diff options
author | marha <marha@users.sourceforge.net> | 2009-08-06 12:40:29 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-08-06 12:40:29 +0000 |
commit | 527d85e0327133858ddb86169f2840f305c192b3 (patch) | |
tree | a9f68e42701a159cf141aa7517f225e1d14f69d1 /xorg-server | |
parent | 8b7fb34c4a3483aea08ddcc697b2a11c17d2e403 (diff) | |
download | vcxsrv-527d85e0327133858ddb86169f2840f305c192b3.tar.gz vcxsrv-527d85e0327133858ddb86169f2840f305c192b3.tar.bz2 vcxsrv-527d85e0327133858ddb86169f2840f305c192b3.zip |
Increased version number.1.0.1
Diffstat (limited to 'xorg-server')
-rw-r--r-- | xorg-server/dix/main.c | 4 | ||||
-rw-r--r-- | xorg-server/hw/xwin/XWin.rc | 5 | ||||
-rw-r--r-- | xorg-server/include/site.h | 4 | ||||
-rw-r--r-- | xorg-server/installer/vcxsrv.nsi | 2 |
4 files changed, 6 insertions, 9 deletions
diff --git a/xorg-server/dix/main.c b/xorg-server/dix/main.c index 90ddb6dd4..c4d362a36 100644 --- a/xorg-server/dix/main.c +++ b/xorg-server/dix/main.c @@ -458,8 +458,8 @@ int main(int argc, char *argv[], char *envp[]) return(0); } -static int VendorRelease = VENDOR_RELEASE; -static char *VendorString = VENDOR_NAME; +static int VendorRelease = XORG_VERSION_CURRENT; +static char *VendorString = "HMCA" ; void SetVendorRelease(int release) diff --git a/xorg-server/hw/xwin/XWin.rc b/xorg-server/hw/xwin/XWin.rc index fd45f2d2f..6b904155c 100644 --- a/xorg-server/hw/xwin/XWin.rc +++ b/xorg-server/hw/xwin/XWin.rc @@ -45,10 +45,7 @@ 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.0 (1 Aug 2009)", IDC_STATIC, 36, 18, 220, 8 -// LTEXT "This product is licensed under the terms of the MIT/X11 License.", IDC_STATIC, 36, 38, 220, 20 -// CONTROL __VENDORDWEBSUPPORT__, ID_ABOUT_WEBSITE, "Button", -// BS_OWNERDRAW | WS_TABSTOP, 36, 58, 68, 8 + LTEXT "Version 1.0.1 (6 Aug 2009)", IDC_STATIC, 36, 18, 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 fec87070b..56c802d07 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 "The X.Org Foundation" +#define VENDOR_STRING "HMCA" #endif /* @@ -61,7 +61,7 @@ SOFTWARE. * by the vendor. */ #ifndef VENDOR_RELEASE -#define VENDOR_RELEASE 6600 +#define VENDOR_RELEASE XORG_VERSION_CURRENT #endif /* diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index 85c005576..dcaaf8f83 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.0.installer.exe"
+OutFile "vcxsrv.1.0.1.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES\VcXsrv
|