File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 44
55# These define the version number in Menu->About
66DEFINES += IDEVERSION =1
7- DEFINES += MINVERSION =0
8- DEFINES += FIXVERSION =55
7+ DEFINES += MINVERSION =1
8+ DEFINES += FIXVERSION =0
99VERSION = IDEVERSION " ." MINVERSION " ." FIXVERSION
1010
1111QT += core
You can’t perform that action at this time.
0 commit comments