From 27a2a6c329fcd8cf6683628497afcfc92c7b8c30 Mon Sep 17 00:00:00 2001 From: shun-iwasawa Date: Apr 19 2023 00:57:16 +0000 Subject: v1.7.0rc (#4832) --- diff --git a/appveyor.yml b/appveyor.yml index 737a468..eebb184 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.6.0.{build} +version: 1.7.0.{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 c962d18..8bc68f3 100644 --- a/toonz/cmake/BundleInfo.plist.in +++ b/toonz/cmake/BundleInfo.plist.in @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.6.0 + 1.7.0 CFBundleSignature ???? CFBundleVersion - 1.6 + 1.7 CSResourcesFileMapped LSRequiresCarbon diff --git a/toonz/sources/include/tversion.h b/toonz/sources/include/tversion.h index e39d2f9..591e8a0 100644 --- a/toonz/sources/include/tversion.h +++ b/toonz/sources/include/tversion.h @@ -18,9 +18,9 @@ public: private: const char *applicationName = "OpenToonz"; - const float applicationVersion = 1.6f; + const float applicationVersion = 1.7f; const float applicationRevision = 0; - const char *applicationNote = ""; + const char *applicationNote = "RC"; }; std::string ToonzVersion::getAppName(void) { diff --git a/toonz/sources/toonz/CMakeLists.txt b/toonz/sources/toonz/CMakeLists.txt index de5fa7d..925afe4 100644 --- a/toonz/sources/toonz/CMakeLists.txt +++ b/toonz/sources/toonz/CMakeLists.txt @@ -1,4 +1,4 @@ -set(VERSION 1.6) +set(VERSION 1.7) 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 1a400cb..56e78ed 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 @@ - +