Do Version Up!
This commit is contained in:
shun-iwasawa 2016-11-25 11:52:07 +09:00 committed by masafumi-inoue
parent 2f19850ebf
commit 9472b823c2

View file

@ -92,7 +92,7 @@ const char *systemVarPrefix = "LINETEST";
#else
const char *applicationName = "OpenToonz";
const char *applicationVersion = "1.1";
const char *applicationRevision = "1";
const char *applicationRevision = "2";
const char *dllRelativePath = "./toonz6.app/Contents/Frameworks";
#endif
@ -105,7 +105,7 @@ TEnv::IntVar EnvSoftwareCurrentFontSize("SoftwareCurrentFontSize", 12);
TEnv::StringVar EnvSoftwareCurrentFontWeight("SoftwareCurrentFontWeightIsBold",
"Yes");
const char *applicationFullName = "OpenToonz 1.1.1";
const char *applicationFullName = "OpenToonz 1.1.2";
const char *rootVarName = "TOONZROOT";
const char *systemVarPrefix = "TOONZ";