summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGravatar Ivan Habunek <ivan.habunek@gmail.com>2012-09-13 09:25:22 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-09-13 09:38:19 -0700
commitbccbdccdfa0f0867d46cf7f31df60fcd77e732c9 (patch)
tree24a107612880367192da219e03f5ac9c032d4b23 /packaging
parent5cf89b4d28f281729549ed182ce48aaba6101928 (diff)
downloadsubsurface-bccbdccdfa0f0867d46cf7f31df60fcd77e732c9.tar.gz
Added version info to NSI installer script.
Also bumped version number to 1.2 (current release). Signed-Off-By: Ivan Habunek <ivan.habunek@gmail.com> More whitespace cleanup Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/windows/subsurface.nsi12
1 files changed, 11 insertions, 1 deletions
diff --git a/packaging/windows/subsurface.nsi b/packaging/windows/subsurface.nsi
index 93bece426..4d271893b 100644
--- a/packaging/windows/subsurface.nsi
+++ b/packaging/windows/subsurface.nsi
@@ -17,7 +17,7 @@
#--------------------------------
# General
- !define VERSION "1.1"
+ !define VERSION "1.2"
# Installer name and filename
Name "Subsurface"
@@ -37,6 +37,16 @@
RequestExecutionLevel user
#--------------------------------
+# Version information
+
+ VIProductVersion "${VERSION}"
+ VIAddVersionKey "ProductName" "Subsurface"
+ VIAddVersionKey "FileDescription" "Subsurface - an open source dive log program."
+ VIAddVersionKey "FileVersion" "${VERSION}"
+ VIAddVersionKey "LegalCopyright" "GPL v.2"
+ VIAddVersionKey "ProductVersion" "${VERSION}"
+
+#--------------------------------
# Settings
# Show a warn on aborting installation