Merge pull request #686 from manongjohn/v1.2

Update to official version 1.2
This commit is contained in:
manongjohn 2021-05-03 07:47:10 -04:00 committed by GitHub
commit 05fe9556fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ private:
const char *applicationName = "Tahoma2D";
const float applicationVersion = 1.2;
const float applicationRevision = 0;
const char *applicationNote = "(beta)";
const char *applicationNote = "";
};
std::string ToonzVersion::getAppName(void) {

View file

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

View file

@ -26,7 +26,7 @@
</screenshots>
<content_rating type="oars-1.1"/>
<releases>
<release version="1.2.0" type="development" date="2021-04-05"/>
<release version="1.2.0" date="2021-05-03"/>
<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"/>