Skip to content

Commit 613d4e1

Browse files
committed
update version number in ns-installer
1 parent 82e65ae commit 613d4e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utilities/texstudio.nsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
# These three must be integers
44
!define VERSIONMAJOR 2
55
!define VERSIONMINOR 12
6-
!define VERSIONBUILD 7
6+
!define VERSIONBUILD 8
77
# These will be displayed by the "Click here for support information" link in "Add/Remove Programs"
88
# It is possible to use "mailto:" links in here to open the email client
9-
!define HELPURL "http://texstudio.org" # "Support Information" link
10-
!define UPDATEURL "http://texstudio.org" # "Product Updates" link
9+
!define HELPURL "https://texstudio.org" # "Support Information" link
10+
!define UPDATEURL "https://texstudio.org" # "Product Updates" link
1111
!define ABOUTURL "https://texstudio.org" # "Publisher" link
1212

1313
# define the name of the installer

0 commit comments

Comments
 (0)