Skip to content

Commit

Permalink
Merge pull request #448 from shun-iwasawa/v1.0.3
Browse files Browse the repository at this point in the history
v1.0.3
  • Loading branch information
shun-iwasawa committed Jun 15, 2016
2 parents 1131f1c + e1150a4 commit 7d324a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toonz/sources/toonz/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const char *systemVarPrefix = "LINETEST";
#else
const char *applicationName = "OpenToonz";
const char *applicationVersion = "1.0";
const char *applicationRevision = "2";
const char *applicationRevision = "3";
const char *dllRelativePath = "./toonz6.app/Contents/Frameworks";
#endif

Expand All @@ -103,7 +103,7 @@ TEnv::IntVar EnvSoftwareCurrentFontSize("SoftwareCurrentFontSize", 12);
TEnv::StringVar EnvSoftwareCurrentFontWeight("SoftwareCurrentFontWeightIsBold",
"Yes");

const char *applicationFullName = "OpenToonz 1.0.2";
const char *applicationFullName = "OpenToonz 1.0.3";
const char *rootVarName = "TOONZROOT";
const char *systemVarPrefix = "TOONZ";

Expand Down

0 comments on commit 7d324a8

Please sign in to comment.