From 8d2c9ad1c5f9f3c277bb708228ab3bd71f0ac7e4 Mon Sep 17 00:00:00 2001 From: Aaron Dalton Date: Wed, 28 Nov 2018 11:05:03 -0700 Subject: [PATCH] Updated version number in ISS script --- deploy/make-installer.iss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/make-installer.iss b/deploy/make-installer.iss index 4aa8ac1..21073e9 100644 --- a/deploy/make-installer.iss +++ b/deploy/make-installer.iss @@ -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"