Update version to 1.2 (alpha)

This commit is contained in:
manongjohn 2021-04-04 08:53:15 -04:00
parent 63874b4309
commit 54db84b734
6 changed files with 11 additions and 8 deletions

View file

@ -1,4 +1,4 @@
version: 1.1.0{build}
version: 1.2.0{build}
pull_requests:
do_not_increment_build_number: true
skip_tags: true

View file

@ -23,11 +23,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.1</string>
<string>1.2</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>LSRequiresCarbon</key>

View file

@ -18,9 +18,9 @@ public:
private:
const char *applicationName = "Tahoma2D";
const float applicationVersion = 1.1;
const float applicationVersion = 1.2;
const float applicationRevision = 0;
const char *applicationNote = "";
const char *applicationNote = "(alpha)";
};
std::string ToonzVersion::getAppName(void) {

View file

@ -1,4 +1,4 @@
set(VERSION 1.1)
set(VERSION 1.2)
set(MOC_HEADERS
aboutpopup.h

View file

@ -32,7 +32,7 @@
using namespace DVGui;
QString DialogTitle = "Tahoma2D 1.1";
QString DialogTitle = "Tahoma2D 1.2 (alpha)";
//=============================================================================
namespace {

View file

@ -26,6 +26,9 @@
</screenshots>
<content_rating type="oars-1.1"/>
<releases>
<release version="1.1.0" date="2020-10-06"/>
<release version="1.2.0" type="development" date="2021-04-05"/>
<release version="1.1.0" date="2020-10-30"/>
<release version="1.0.1" date="2020-09-04"/>
<release version="1.0.0" date="2020-09-01"/>
</releases>
</component>