v1.4 (beta)

This commit is contained in:
manongjohn 2023-10-26 09:08:13 -04:00
parent 5785927d28
commit 414001956f
7 changed files with 10 additions and 10 deletions

View file

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

View file

@ -1,5 +1,5 @@
#!/bin/bash
export TAHOMA2DVERSION=1.3
export TAHOMA2DVERSION=1.4
if [ -d /usr/local/Cellar/qt@5 ]
then

View file

@ -23,11 +23,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.1</string>
<string>1.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.3.1</string>
<string>1.4.0</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>LSRequiresCarbon</key>

View file

@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "Tahoma2D"
#define MyAppVersion "1.3"
#define MyAppVersion "1.4"
#define MyAppPublisher "Tahoma2D"
#define MyAppURL "https://tahoma2d.org/"
#define MyAppExeName "Tahoma2D.exe"

View file

@ -18,9 +18,9 @@ public:
private:
const char *applicationName = "Tahoma2D";
const float applicationVersion = 1.3f;
const float applicationRevision = 1;
const char *applicationNote = "";
const float applicationVersion = 1.4f;
const float applicationRevision = 0;
const char *applicationNote = "(beta)";
};
std::string ToonzVersion::getAppName(void) {

View file

@ -1,4 +1,4 @@
set(VERSION 1.3.1)
set(VERSION 1.4.0)
set(MOC_HEADERS
aboutpopup.h

View file

@ -26,7 +26,7 @@
</screenshots>
<content_rating type="oars-1.1"/>
<releases>
<release version="1.3.1" date="2022-12-09"/>
<release version="1.4.0" type="development" date="2023-10-26"/>
<release version="1.3.0" date="2022-05-06"/>
<release version="1.2.0" date="2021-05-03"/>
<release version="1.1.0" date="2020-10-30"/>