aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike DePaulo <mikedep333@gmail.com>2015-05-09 21:44:44 -0400
committerMike DePaulo <mikedep333@gmail.com>2015-05-09 21:44:44 -0400
commitb45fcfd8da2d77a5b1c00eaca75bac4ea4d2f10f (patch)
tree3811a8e0b4c6d9c6f9b13583544feacd87d52eeb
parent883d4739ae206d3ec78062e7d25e84cb80cf078c (diff)
downloadvcxsrv-b45fcfd8da2d77a5b1c00eaca75bac4ea4d2f10f.tar.gz
vcxsrv-b45fcfd8da2d77a5b1c00eaca75bac4ea4d2f10f.tar.bz2
vcxsrv-b45fcfd8da2d77a5b1c00eaca75bac4ea4d2f10f.zip
Bump version string to 1.17.0.0-1
I would make it 1.17.0.1, but upstream might release that version.
-rw-r--r--xorg-server/hw/xwin/XWin.rc6
-rw-r--r--xorg-server/installer/vcxsrv-64-debug.nsi2
-rw-r--r--xorg-server/installer/vcxsrv-64.nsi2
-rw-r--r--xorg-server/installer/vcxsrv-debug.nsi2
-rw-r--r--xorg-server/installer/vcxsrv.nsi2
5 files changed, 7 insertions, 7 deletions
diff --git a/xorg-server/hw/xwin/XWin.rc b/xorg-server/hw/xwin/XWin.rc
index 14d178d03..cda78881e 100644
--- a/xorg-server/hw/xwin/XWin.rc
+++ b/xorg-server/hw/xwin/XWin.rc
@@ -34,10 +34,10 @@
#include "xwin-config.h"
#define VER_FILEVERSION 1,17,0,0
-#define VER_FILEVERSION_STR "1.17.0.0"
+#define VER_FILEVERSION_STR "1.17.0.0-1"
#define VER_PRODUCTVERSION 1,17,0,0
-#define VER_PRODUCTVERSION_STR "1.17.0.0"
+#define VER_PRODUCTVERSION_STR "1.17.0.0-1"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
@@ -84,7 +84,7 @@ BEGIN
LTEXT "VcXsrv X Server (X2Go/Arctica Builds) ", IDC_STATIC, 36, 8, 220, 8
LTEXT "https://github.com/ArcticaProject/vcxsrv", IDC_STATIC, 36, 18, 220, 8
LTEXT "http://code.x2go.org/gitweb?p=vcxsrv.git", IDC_STATIC, 36, 28, 220, 8
- LTEXT "Version "VER_PRODUCTVERSION_STR" (30 Apr 2015)", IDC_STATIC, 36, 38, 220, 8
+ LTEXT "Version "VER_PRODUCTVERSION_STR" (10 May 2015)", IDC_STATIC, 36, 38, 220, 8
DEFPUSHBUTTON "OK", IDOK, 105, 75, 50, 15
END
diff --git a/xorg-server/installer/vcxsrv-64-debug.nsi b/xorg-server/installer/vcxsrv-64-debug.nsi
index 38bd0ec12..5ef81c637 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"
+!define VERSION "1.17.0.0-1"
; 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 ca500bbc8..3be506388 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"
+!define VERSION "1.17.0.0-1"
!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 42e278499..0c6bf49cd 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"
+!define VERSION "1.17.0.0-1"
; The name of the installer
Name "${NAME_STRING}"
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi
index 7d45ee150..dd711f720 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"
+!define VERSION "1.17.0.0-1"
!define UNINSTALL_PUBLISHER "X2Go & Arctica Projects"
!define UNINSTALL_URL "https://github.com/ArcticaProject/vcxsrv"