diff options
author | marha <marha@users.sourceforge.net> | 2011-02-16 20:38:31 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-02-16 20:38:31 +0000 |
commit | 53810445215dc45ae303bc89feb6e0aaf04aa6fa (patch) | |
tree | 710ad4cf009b95651c0bb83dd710d9d150b59c9b /xorg-server | |
parent | 41723858b0effb450ce946297e5a606bc7348be2 (diff) | |
download | vcxsrv-53810445215dc45ae303bc89feb6e0aaf04aa6fa.tar.gz vcxsrv-53810445215dc45ae303bc89feb6e0aaf04aa6fa.tar.bz2 vcxsrv-53810445215dc45ae303bc89feb6e0aaf04aa6fa.zip |
Increased version to 1.9.4.11.9.4.1
Added release note
Diffstat (limited to 'xorg-server')
-rw-r--r-- | xorg-server/hw/xwin/XWin.rc | 2 | ||||
-rw-r--r-- | xorg-server/installer/vcxsrv.nsi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xorg-server/hw/xwin/XWin.rc b/xorg-server/hw/xwin/XWin.rc index 27f6ffbe5..1afc7cd68 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://www.hc-consult.be", IDC_STATIC, 36, 18, 220, 8
LTEXT "marc@hc-consult.be", IDC_STATIC, 36, 28, 220, 8
- LTEXT "Version 1.9.4.0 (10 Februari 2011)", IDC_STATIC, 36, 38, 220, 8
+ LTEXT "Version 1.9.4.1 (17 Februari 2011)", IDC_STATIC, 36, 38, 220, 8
DEFPUSHBUTTON "OK", IDOK, 105, 75, 50, 15
END
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index 358578840..037f0c9ff 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.9.4.0.installer.exe"
+OutFile "vcxsrv.1.9.4.1.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES\VcXsrv
|