Skip to content

Commit

Permalink
v1.7.1 (#4880)
Browse files Browse the repository at this point in the history
🩹
  • Loading branch information
shun-iwasawa authored May 10, 2023
1 parent bf2b885 commit dd4cb36
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.7.0.{build}
version: 1.7.1.{build}
pull_requests:
do_not_increment_build_number: true
skip_tags: true
Expand Down
4 changes: 2 additions & 2 deletions toonz/cmake/BundleInfo.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.7.0</string>
<string>1.7.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.7</string>
<string>1.7.1</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>LSRequiresCarbon</key>
Expand Down
2 changes: 1 addition & 1 deletion toonz/sources/include/tversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ToonzVersion {
private:
const char *applicationName = "OpenToonz";
const float applicationVersion = 1.7f;
const float applicationRevision = 0;
const float applicationRevision = 1;
const char *applicationNote = "";
};

Expand Down
2 changes: 1 addition & 1 deletion toonz/sources/toonz/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(VERSION 1.7)
set(VERSION 1.7.1)

set(MOC_HEADERS
addfilmstripframespopup.h
Expand Down
2 changes: 1 addition & 1 deletion toonz/sources/xdg-data/io.github.OpenToonz.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="1.7.0" date="2023-05-01"></release>
<release version="1.7.1" date="2023-05-10"></release>
</releases>
</component>

0 comments on commit dd4cb36

Please sign in to comment.