This commit is contained in:
shun-iwasawa 2020-01-12 02:13:48 +09:00
parent 32b829f00b
commit 01f8f11ea9
7 changed files with 7 additions and 12 deletions

View file

@ -1,4 +1,4 @@
version: 1.3.0.{build} version: 1.4.0.{build}
pull_requests: pull_requests:
do_not_increment_build_number: true do_not_increment_build_number: true
skip_tags: true skip_tags: true

View file

@ -19,11 +19,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.3.0</string> <string>1.4.0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.3</string> <string>1.4</string>
<key>CSResourcesFileMapped</key> <key>CSResourcesFileMapped</key>
<true/> <true/>
<key>LSRequiresCarbon</key> <key>LSRequiresCarbon</key>

View file

@ -18,7 +18,7 @@ public:
private: private:
const char *applicationName = "OpenToonz"; const char *applicationName = "OpenToonz";
const float applicationVersion = 1.3; const float applicationVersion = 1.4;
const float applicationRevision = 0; const float applicationRevision = 0;
const char *applicationNote = ""; const char *applicationNote = "";
}; };

View file

@ -844,8 +844,3 @@ int main(int argc, char *argv[]) {
} }
//------------------------------------------------------------------------ //------------------------------------------------------------------------
namespace {
const char *toonzVersion = "Toonz 7.1";
} // namespace
static string getToonzVersion() { return toonzVersion; }

View file

@ -1,4 +1,4 @@
set(VERSION 1.3) set(VERSION 1.4)
set(MOC_HEADERS set(MOC_HEADERS
addfilmstripframespopup.h addfilmstripframespopup.h

View file

@ -33,7 +33,7 @@
using namespace DVGui; using namespace DVGui;
QString DialogTitle = "OpenToonz 1.3"; QString DialogTitle = "OpenToonz 1.4";
//============================================================================= //=============================================================================
namespace { namespace {

View file

@ -28,6 +28,6 @@
</screenshots> </screenshots>
<content_rating type="oars-1.1" /> <content_rating type="oars-1.1" />
<releases> <releases>
<release version="1.3.0" date="2019-01-31"></release> <release version="1.4.0" date="2020-01-31"></release>
</releases> </releases>
</component> </component>