Skip to content

Commit 2b9045d

Browse files
committed
Updated to version 1.0.55
1 parent 671c31b commit 2b9045d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

propside/propside.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#define MyAppName "SimpleIDE"
55
#define MyDocName "SimpleIDE"
6-
#define MyAppVersion "1-0-54"
6+
#define MyAppVersion "1-0-55"
77
#define MyAppPublisher "ParallaxInc"
88
#define MyAppURL "parallax.com"
99
#define MyAppExeName "bin\SimpleIDE.exe"

propside/propside.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# These define the version number in Menu->About
66
DEFINES += IDEVERSION=1
77
DEFINES += MINVERSION=0
8-
DEFINES += FIXVERSION=54
8+
DEFINES += FIXVERSION=55
99
VERSION = IDEVERSION"."MINVERSION"."FIXVERSION
1010

1111
QT += core

0 commit comments

Comments
 (0)