mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
5cf89b4d28
commit
bccbdccdfa
1 changed files with 11 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
#--------------------------------
|
#--------------------------------
|
||||||
# General
|
# General
|
||||||
|
|
||||||
!define VERSION "1.1"
|
!define VERSION "1.2"
|
||||||
|
|
||||||
# Installer name and filename
|
# Installer name and filename
|
||||||
Name "Subsurface"
|
Name "Subsurface"
|
||||||
|
@ -36,6 +36,16 @@
|
||||||
# Request application privileges
|
# Request application privileges
|
||||||
RequestExecutionLevel user
|
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
|
# Settings
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue