Skip to content

Commit ae16ef7

Browse files
committed
Updated build and packaging scripts to 1.1.0
1 parent 2b9045d commit ae16ef7

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

propside/propside.iss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33

44
#define MyAppName "SimpleIDE"
55
#define MyDocName "SimpleIDE"
6-
#define MyAppVersion "1-0-55"
6+
#define MyAppVersion "1-1-0"
77
#define MyAppPublisher "ParallaxInc"
88
#define MyAppURL "parallax.com"
99
#define MyAppExeName "bin\SimpleIDE.exe"
10-
#define FtdiChipApp "CDM v2.10.00 WHQL Certified.exe"
10+
;#define FtdiChipApp "CDM v2.10.00 WHQL Certified.exe"
11+
#define FtdiChipApp "Install-Parallax-USB-Drivers-v2.12.16(r2).exe"
1112

1213
#define compiler "propeller-gcc"
1314

propside/propside.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
# These define the version number in Menu->About
66
DEFINES += IDEVERSION=1
7-
DEFINES += MINVERSION=0
8-
DEFINES += FIXVERSION=55
7+
DEFINES += MINVERSION=1
8+
DEFINES += FIXVERSION=0
99
VERSION = IDEVERSION"."MINVERSION"."FIXVERSION
1010

1111
QT += core

0 commit comments

Comments
 (0)