Skip to content

Commit

Permalink
Updated version number in ISS script
Browse files Browse the repository at this point in the history
  • Loading branch information
Perlkonig committed Nov 28, 2018
1 parent 75640b5 commit 8d2c9ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/make-installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
; The version number. It is suggested to use the semantic versionin
; scheme (http://semver.org), but this is not a must. This version
; information may contain text.
#define SEMANTIC_VERSION "1.5.0"
#define SEMANTIC_VERSION "2.0.0"

; The version in four-number format
#define FOUR_NUMBER_VERSION "1.5.0.0"
#define FOUR_NUMBER_VERSION "2.0.0.0"

; The year(s) of publication (e.g., "2014-2017")
#define PUB_YEARS "2017–2018"
Expand Down

0 comments on commit 8d2c9ad

Please sign in to comment.