[X2Go-Commits] [vcxsrv] 05/05: Bump version string & Date: 1.14.3 (19 Sep 2013) -> 1.14.3.1 (05 Apr 2014)
git-admin at x2go.org
git-admin at x2go.org
Mon Mar 9 05:12:05 CET 2015
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to tag 1.14.3.1
in repository vcxsrv.
commit 2c826fe506bec8ee9aa70b2f7b1b3d823e67b9c6
Author: Mike DePaulo <mikedep333 at gmail.com>
Date: Sat Apr 5 13:14:10 2014 -0400
Bump version string & Date: 1.14.3 (19 Sep 2013) -> 1.14.3.1 (05 Apr 2014)
---
include/dix-config.h | 2 +-
xorg-server/hw/xwin/XWin.rc | 2 +-
xorg-server/installer/vcxsrv-64-debug.nsi | 2 +-
xorg-server/installer/vcxsrv-64.nsi | 2 +-
xorg-server/installer/vcxsrv-debug.nsi | 2 +-
xorg-server/installer/vcxsrv.nsi | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/include/dix-config.h b/include/dix-config.h
index a05707d..0476a01 100644
--- a/include/dix-config.h
+++ b/include/dix-config.h
@@ -357,7 +357,7 @@
#undef XORG_RELEASE
/* Current Xorg version */
-#define XORG_VERSION_CURRENT (((1) * 10000000) + ((14) * 100000) + ((3) * 1000) + 0)
+#define XORG_VERSION_CURRENT (((1) * 10000000) + ((14) * 100000) + ((3) * 1000) + 1)
/* Xorg release date */
#define XORG_DATE "10 Sept 2009"
diff --git a/xorg-server/hw/xwin/XWin.rc b/xorg-server/hw/xwin/XWin.rc
index 38d142f..e15a201 100644
--- a/xorg-server/hw/xwin/XWin.rc
+++ b/xorg-server/hw/xwin/XWin.rc
@@ -47,7 +47,7 @@ BEGIN
LTEXT "VcXsrv X Server ", IDC_STATIC, 36, 8, 220, 8
LTEXT "http://vcxsrv.sourceforge.net", IDC_STATIC, 36, 18, 220, 8
LTEXT "marha at users.sourceforge.net", IDC_STATIC, 36, 28, 220, 8
- LTEXT "Version 1.14.3 (19 Sep 2013)", IDC_STATIC, 36, 38, 220, 8
+ LTEXT "Version 1.14.3.1 (05 Apr 2014)", 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 470d9c6..d74f53c 100644
--- a/xorg-server/installer/vcxsrv-64-debug.nsi
+++ b/xorg-server/installer/vcxsrv-64-debug.nsi
@@ -21,7 +21,7 @@
Name "VcXsrv"
; The file to write
-OutFile "vcxsrv-64-debug.1.14.3.installer.exe"
+OutFile "vcxsrv-64-debug.1.14.3.1.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES64\VcXsrv
diff --git a/xorg-server/installer/vcxsrv-64.nsi b/xorg-server/installer/vcxsrv-64.nsi
index 9c04e3e..fdd47c6 100644
--- a/xorg-server/installer/vcxsrv-64.nsi
+++ b/xorg-server/installer/vcxsrv-64.nsi
@@ -21,7 +21,7 @@
Name "VcXsrv"
; The file to write
-OutFile "vcxsrv-64.1.14.3.installer.exe"
+OutFile "vcxsrv-64.1.14.3.1.installer.exe"
; The default installation directory
InstallDir $programfiles64\VcXsrv
diff --git a/xorg-server/installer/vcxsrv-debug.nsi b/xorg-server/installer/vcxsrv-debug.nsi
index 8a3ea20..cbefffa 100644
--- a/xorg-server/installer/vcxsrv-debug.nsi
+++ b/xorg-server/installer/vcxsrv-debug.nsi
@@ -21,7 +21,7 @@
Name "VcXsrv"
; The file to write
-OutFile "vcxsrv-debug.1.14.3.installer.exe"
+OutFile "vcxsrv-debug.1.14.3.1.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES32\VcXsrv
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi
index f7e02a9..7cebd55 100644
--- a/xorg-server/installer/vcxsrv.nsi
+++ b/xorg-server/installer/vcxsrv.nsi
@@ -21,7 +21,7 @@
Name "VcXsrv"
; The file to write
-OutFile "vcxsrv.1.14.3.installer.exe"
+OutFile "vcxsrv.1.14.3.1.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES32\VcXsrv
--
Alioth's /srv/git/code.x2go.org/vcxsrv.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/vcxsrv.git
More information about the x2go-commits
mailing list