diff options
author | Mike DePaulo <mikedep333@gmail.com> | 2015-06-23 20:03:36 -0400 |
---|---|---|
committer | Mike DePaulo <mikedep333@gmail.com> | 2015-06-23 20:03:36 -0400 |
commit | 4ed2a2c4df93cf1b16801089da815d566fbe072e (patch) | |
tree | 4dfd0902e5abc740aeb675858d8703669ddfd1c5 /xorg-server/installer | |
parent | 1509052e7aade938987b8d808345eb402ad3917f (diff) | |
download | vcxsrv-4ed2a2c4df93cf1b16801089da815d566fbe072e.tar.gz vcxsrv-4ed2a2c4df93cf1b16801089da815d566fbe072e.tar.bz2 vcxsrv-4ed2a2c4df93cf1b16801089da815d566fbe072e.zip |
Bump version string suffix: bug3test3 -> bug3test4
Diffstat (limited to 'xorg-server/installer')
-rw-r--r-- | xorg-server/installer/vcxsrv-64-debug.nsi | 2 | ||||
-rw-r--r-- | xorg-server/installer/vcxsrv-64.nsi | 2 | ||||
-rw-r--r-- | xorg-server/installer/vcxsrv-debug.nsi | 2 | ||||
-rw-r--r-- | xorg-server/installer/vcxsrv.nsi | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/xorg-server/installer/vcxsrv-64-debug.nsi b/xorg-server/installer/vcxsrv-64-debug.nsi index 1d6da3ef1..5ede9f81d 100644 --- a/xorg-server/installer/vcxsrv-64-debug.nsi +++ b/xorg-server/installer/vcxsrv-64-debug.nsi @@ -18,7 +18,7 @@ ;--------------------------------
!define NAME_STRING "VcXsrv (X2Go/Arctica Builds)"
-!define VERSION "1.17.0.0-2-bug3test3"
+!define VERSION "1.17.0.0-2-bug3test4"
; The name of the installer
Name "${NAME_STRING}"
diff --git a/xorg-server/installer/vcxsrv-64.nsi b/xorg-server/installer/vcxsrv-64.nsi index 99c0d4a04..1696fe445 100644 --- a/xorg-server/installer/vcxsrv-64.nsi +++ b/xorg-server/installer/vcxsrv-64.nsi @@ -19,7 +19,7 @@ !include "FileFunc.nsh"
!define NAME_STRING "VcXsrv (X2Go/Arctica Builds)"
-!define VERSION "1.17.0.0-2-bug3test3"
+!define VERSION "1.17.0.0-2-bug3test4"
!define UNINSTALL_PUBLISHER "X2Go & Arctica Projects"
!define UNINSTALL_URL "https://github.com/ArcticaProject/vcxsrv"
diff --git a/xorg-server/installer/vcxsrv-debug.nsi b/xorg-server/installer/vcxsrv-debug.nsi index aeb997933..13e915f58 100644 --- a/xorg-server/installer/vcxsrv-debug.nsi +++ b/xorg-server/installer/vcxsrv-debug.nsi @@ -18,7 +18,7 @@ ;--------------------------------
!define NAME_STRING "VcXsrv (X2Go/Arctica Builds)"
-!define VERSION "1.17.0.0-2-bug3test3"
+!define VERSION "1.17.0.0-2-bug3test4"
; The name of the installer
Name "${NAME_STRING}"
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index a5ed17585..57bf0e767 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -19,7 +19,7 @@ !include "FileFunc.nsh"
!define NAME_STRING "VcXsrv (X2Go/Arctica Builds)"
-!define VERSION "1.17.0.0-2-bug3test3"
+!define VERSION "1.17.0.0-2-bug3test4"
!define UNINSTALL_PUBLISHER "X2Go & Arctica Projects"
!define UNINSTALL_URL "https://github.com/ArcticaProject/vcxsrv"
|