From 95409718940881cd7c1eb9b20c76973d27ce221c Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 17 Nov 2009 21:13:35 +0000 Subject: Increased version numer. Changed website --- xorg-server/hw/xwin/XWin.rc | 4 +++- xorg-server/include/site.h | 2 +- xorg-server/include/version-config.h | 2 +- xorg-server/installer/vcxsrv.nsi | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) (limited to 'xorg-server') 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 -- cgit v1.2.3