diff options
author | marha <marha@users.sourceforge.net> | 2011-09-05 09:27:33 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-09-05 09:27:33 +0200 |
commit | 5af82222499c6da9c77a7610b12ed21573c07e57 (patch) | |
tree | d9706d7dd1ba2c90253f3c4e97e37bd39f81a353 /xorg-server | |
parent | 51a003c23f4e27a826e56b0a3465d1e3e922d678 (diff) | |
download | vcxsrv-5af82222499c6da9c77a7610b12ed21573c07e57.tar.gz vcxsrv-5af82222499c6da9c77a7610b12ed21573c07e57.tar.bz2 vcxsrv-5af82222499c6da9c77a7610b12ed21573c07e57.zip |
Version bumped to 1.11.0.0
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 260258c29..061c91738 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://vcxsrv.sourceforge.net", IDC_STATIC, 36, 18, 220, 8
LTEXT "marha@users.sourceforge.net", IDC_STATIC, 36, 28, 220, 8
- LTEXT "Version 1.10.3.1 (18 July 2011)", IDC_STATIC, 36, 38, 220, 8
+ LTEXT "Version 1.11.0.0 (5 Sep 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 8ba22aa46..eb62af24e 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.10.3.1.installer.exe"
+OutFile "vcxsrv.1.11.0.0.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES\VcXsrv
|