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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -26,7 +26,7 @@
</screenshots> </screenshots>
<content_rating type="oars-1.1"/> <content_rating type="oars-1.1"/>
<releases> <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.3.0" date="2022-05-06"/>
<release version="1.2.0" date="2021-05-03"/> <release version="1.2.0" date="2021-05-03"/>
<release version="1.1.0" date="2020-10-30"/> <release version="1.1.0" date="2020-10-30"/>