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
|
||||
|
||||
!define VERSION "1.1"
|
||||
!define VERSION "1.2"
|
||||
|
||||
# Installer name and filename
|
||||
Name "Subsurface"
|
||||
|
@ -36,6 +36,16 @@
|
|||
# Request application privileges
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue