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 3
3
4
4
#define MyAppName " SimpleIDE"
5
5
#define MyDocName " SimpleIDE"
6
- #define MyAppVersion " 1-0-55 "
6
+ #define MyAppVersion " 1-1-0 "
7
7
#define MyAppPublisher " ParallaxInc"
8
8
#define MyAppURL " parallax.com"
9
9
#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"
11
12
12
13
#define compiler " propeller-gcc"
13
14
Original file line number Diff line number Diff line change 4
4
5
5
# These define the version number in Menu->About
6
6
DEFINES += IDEVERSION =1
7
- DEFINES += MINVERSION =0
8
- DEFINES += FIXVERSION =55
7
+ DEFINES += MINVERSION =1
8
+ DEFINES += FIXVERSION =0
9
9
VERSION = IDEVERSION " ." MINVERSION " ." FIXVERSION
10
10
11
11
QT += core
You can’t perform that action at this time.
0 commit comments