diff --git a/propside/propside.iss b/propside/propside.iss index e010926..63c42ed 100644 --- a/propside/propside.iss +++ b/propside/propside.iss @@ -3,7 +3,7 @@ #define MyAppName "SimpleIDE" #define MyDocName "SimpleIDE" -#define MyAppVersion "1-0-54" +#define MyAppVersion "1-0-55" #define MyAppPublisher "ParallaxInc" #define MyAppURL "parallax.com" #define MyAppExeName "bin\SimpleIDE.exe" diff --git a/propside/propside.pro b/propside/propside.pro index a3b3125..a86e7b5 100644 --- a/propside/propside.pro +++ b/propside/propside.pro @@ -5,7 +5,7 @@ # These define the version number in Menu->About DEFINES += IDEVERSION=1 DEFINES += MINVERSION=0 -DEFINES += FIXVERSION=54 +DEFINES += FIXVERSION=55 VERSION = IDEVERSION"."MINVERSION"."FIXVERSION QT += core