Skip to content

Commit

Permalink
update version number in ns-installer
Browse files Browse the repository at this point in the history
  • Loading branch information
sunderme committed Jan 29, 2018
1 parent 82e65ae commit 613d4e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utilities/texstudio.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# These three must be integers
!define VERSIONMAJOR 2
!define VERSIONMINOR 12
!define VERSIONBUILD 7
!define VERSIONBUILD 8
# These will be displayed by the "Click here for support information" link in "Add/Remove Programs"
# It is possible to use "mailto:" links in here to open the email client
!define HELPURL "http://texstudio.org" # "Support Information" link
!define UPDATEURL "http://texstudio.org" # "Product Updates" link
!define HELPURL "https://texstudio.org" # "Support Information" link
!define UPDATEURL "https://texstudio.org" # "Product Updates" link
!define ABOUTURL "https://texstudio.org" # "Publisher" link

# define the name of the installer
Expand Down

0 comments on commit 613d4e1

Please sign in to comment.