diff options
author | marha <marha@users.sourceforge.net> | 2013-09-19 08:37:56 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-09-19 08:37:56 +0200 |
commit | 1e8490bdbb42bb358a2d58526c0e21bc665989e4 (patch) | |
tree | ba9c607f3535d0ed5b70462f398d4bee89f00ddc /xorg-server/hw | |
parent | 1531508ab9f3e354128ce17889784b703e99a480 (diff) | |
download | vcxsrv-1e8490bdbb42bb358a2d58526c0e21bc665989e4.tar.gz vcxsrv-1e8490bdbb42bb358a2d58526c0e21bc665989e4.tar.bz2 vcxsrv-1e8490bdbb42bb358a2d58526c0e21bc665989e4.zip |
Increased version to 1.14.3 and now compile with Visual Studio 2012 Express Edition
Diffstat (limited to 'xorg-server/hw')
-rw-r--r-- | xorg-server/hw/xwin/XWin.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/XWin.rc b/xorg-server/hw/xwin/XWin.rc index 08a206d88..38d142fd1 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.14.2.1 (26 July 2013)", IDC_STATIC, 36, 38, 220, 8 + LTEXT "Version 1.14.3 (19 Sep 2013)", IDC_STATIC, 36, 38, 220, 8 DEFPUSHBUTTON "OK", IDOK, 105, 75, 50, 15 END |