aboutsummaryrefslogtreecommitdiff
path: root/xorg-server
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-11-17 21:13:35 +0000
committermarha <marha@users.sourceforge.net>2009-11-17 21:13:35 +0000
commit95409718940881cd7c1eb9b20c76973d27ce221c (patch)
tree57ffc7093a5d97156b7220644b7029205c48fee8 /xorg-server
parent3fce787ffe938bb3e959ff0b3ec231e54d086c76 (diff)
downloadvcxsrv-95409718940881cd7c1eb9b20c76973d27ce221c.tar.gz
vcxsrv-95409718940881cd7c1eb9b20c76973d27ce221c.tar.bz2
vcxsrv-95409718940881cd7c1eb9b20c76973d27ce221c.zip
Increased version numer.
Changed website
Diffstat (limited to 'xorg-server')
-rw-r--r--xorg-server/hw/xwin/XWin.rc4
-rw-r--r--xorg-server/include/site.h2
-rw-r--r--xorg-server/include/version-config.h2
-rw-r--r--xorg-server/installer/vcxsrv.nsi2
4 files changed, 6 insertions, 4 deletions
diff --git a/xorg-server/hw/xwin/XWin.rc b/xorg-server/hw/xwin/XWin.rc
index 6b4970fdb..3cdad482b 100644
--- a/xorg-server/hw/xwin/XWin.rc
+++ b/xorg-server/hw/xwin/XWin.rc
@@ -45,7 +45,9 @@ FONT 8, "MS Shell Dlg 2"
BEGIN
CONTROL IDI_XWIN, IDC_STATIC, "Static", SS_ICON, 8, 8, 32, 32
LTEXT "VcXsrv X Server ", IDC_STATIC, 36, 8, 220, 8
- LTEXT "Version 1.7.99.2 (13 Nov 2009)", IDC_STATIC, 36, 18, 220, 8
+ LTEXT "http://www.hc-consult.be", IDC_STATIC, 36, 18, 220, 8
+ LTEXT "marc@hc-consult.be", IDC_STATIC, 36, 28, 220, 8
+ LTEXT "Version 1.7.99.3 (17 Nov 2009)", IDC_STATIC, 36, 38, 220, 8
DEFPUSHBUTTON "OK", IDOK, 105, 75, 50, 15
END
diff --git a/xorg-server/include/site.h b/xorg-server/include/site.h
index 7dcbd7e6f..b9ad5b3d0 100644
--- a/xorg-server/include/site.h
+++ b/xorg-server/include/site.h
@@ -52,7 +52,7 @@ SOFTWARE.
* server executable.
*/
#ifndef VENDOR_STRING
-#define VENDOR_STRING "HMCA"
+#define VENDOR_STRING "HC-Consult"
#endif
/*
diff --git a/xorg-server/include/version-config.h b/xorg-server/include/version-config.h
index 8bae75eaa..b8d482ce8 100644
--- a/xorg-server/include/version-config.h
+++ b/xorg-server/include/version-config.h
@@ -7,7 +7,7 @@
#undef VENDOR_MAN_VERSION
/* Vendor name */
-#define VENDOR_NAME "HMCA"
+#define VENDOR_NAME "HC-Consult"
/* Vendor release */
#define VENDOR_RELEASE XORG_VERSION_CURRENT
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi
index 330917ecc..b312b047f 100644
--- a/xorg-server/installer/vcxsrv.nsi
+++ b/xorg-server/installer/vcxsrv.nsi
@@ -11,7 +11,7 @@
Name "VcXsrv"
; The file to write
-OutFile "vcxsrv.1.7.99.2.installer.exe"
+OutFile "vcxsrv.1.7.99.3.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES\VcXsrv