diff --git a/appveyor.yml b/appveyor.yml index eebb184..090415b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 diff --git a/toonz/cmake/BundleInfo.plist.in b/toonz/cmake/BundleInfo.plist.in index 8bc68f3..712cc6a 100644 --- a/toonz/cmake/BundleInfo.plist.in +++ b/toonz/cmake/BundleInfo.plist.in @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.7.0 + 1.7.1 CFBundleSignature ???? CFBundleVersion - 1.7 + 1.7.1 CSResourcesFileMapped LSRequiresCarbon diff --git a/toonz/sources/include/tversion.h b/toonz/sources/include/tversion.h index 64dcc40..b0069f4 100644 --- a/toonz/sources/include/tversion.h +++ b/toonz/sources/include/tversion.h @@ -19,7 +19,7 @@ public: private: const char *applicationName = "OpenToonz"; const float applicationVersion = 1.7f; - const float applicationRevision = 0; + const float applicationRevision = 1; const char *applicationNote = ""; }; diff --git a/toonz/sources/toonz/CMakeLists.txt b/toonz/sources/toonz/CMakeLists.txt index 925afe4..1d46132 100644 --- a/toonz/sources/toonz/CMakeLists.txt +++ b/toonz/sources/toonz/CMakeLists.txt @@ -1,4 +1,4 @@ -set(VERSION 1.7) +set(VERSION 1.7.1) set(MOC_HEADERS addfilmstripframespopup.h diff --git a/toonz/sources/xdg-data/io.github.OpenToonz.appdata.xml b/toonz/sources/xdg-data/io.github.OpenToonz.appdata.xml index 56e78ed..4f631a7 100644 --- a/toonz/sources/xdg-data/io.github.OpenToonz.appdata.xml +++ b/toonz/sources/xdg-data/io.github.OpenToonz.appdata.xml @@ -28,6 +28,6 @@ - +