aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/dix-config.h4
-rw-r--r--include/xwin-config.h2
-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
6 files changed, 9 insertions, 7 deletions
diff --git a/include/dix-config.h b/include/dix-config.h
index cfdeb0241..92cc9dc1a 100644
--- a/include/dix-config.h
+++ b/include/dix-config.h
@@ -12,7 +12,7 @@
#define BIGREQS 1
/* Builder address */
-#define BUILDERADDR "hmca@telenet.be"
+#define BUILDERADDR "marc@hc-consult.be"
/* Operating System Name */
#define OSNAME "Win32"
@@ -396,7 +396,7 @@
#undef XORG_RELEASE
/* Current Xorg version */
-#define XORG_VERSION_CURRENT (((1) * 10000000) + ((7) * 100000) + ((99) * 1000) + 2)
+#define XORG_VERSION_CURRENT (((1) * 10000000) + ((7) * 100000) + ((99) * 1000) + 3)
/* Xorg release date */
#define XORG_DATE "10 Sept 2009"
diff --git a/include/xwin-config.h b/include/xwin-config.h
index de6a2b55e..8101016e4 100644
--- a/include/xwin-config.h
+++ b/include/xwin-config.h
@@ -25,7 +25,7 @@
/* #undef NEED_SNPRINTF */
/* Vendor web address for support */
-#define __VENDORDWEBSUPPORT__ "http://www.hmca.be/"
+#define __VENDORDWEBSUPPORT__ "http://www.hc-consult.be/"
/* Default log location */
#define DEFAULT_LOGDIR "."
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