This commit is contained in:
shun-iwasawa 2019-01-08 11:35:02 +09:00 committed by GitHub
parent 5d3693f51e
commit 3e933419ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View file

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

View file

@ -16,8 +16,8 @@ public:
private:
const char *applicationName = "OpenToonz";
const float applicationVersion = 1.2;
const float applicationRevision = 1;
const float applicationVersion = 1.3;
const float applicationRevision = 0;
};
std::string ToonzVersion::getAppName(void) {

View file

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

View file

@ -33,7 +33,7 @@
using namespace DVGui;
QString DialogTitle = QObject::tr("OpenToonz 1.2");
QString DialogTitle = QObject::tr("OpenToonz 1.3");
//=============================================================================
namespace {

View file

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