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:
do_not_increment_build_number: true
skip_tags: true

View file

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

View file

@ -18,7 +18,7 @@ public:
private:
const char *applicationName = "OpenToonz";
const float applicationVersion = 1.3;
const float applicationVersion = 1.4;
const float applicationRevision = 0;
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
addfilmstripframespopup.h

View file

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

View file

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