Skip to content

Commit

Permalink
Updated build and packaging scripts to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdenson committed Jan 30, 2017
1 parent 2b9045d commit ae16ef7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions propside/propside.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@

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

#define compiler "propeller-gcc"

Expand Down
4 changes: 2 additions & 2 deletions propside/propside.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

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

QT += core
Expand Down

0 comments on commit ae16ef7

Please sign in to comment.