diff options
author | marha <marha@users.sourceforge.net> | 2010-03-18 14:01:30 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-03-18 14:01:30 +0000 |
commit | d792a6e870288fd8f0baf9943caf1628224b764c (patch) | |
tree | 84a7d544c1df15dffe7e18bf9cf0884250b831fc /xorg-server/hw | |
parent | ed47063ec4933a51ef0f2f7d667b8178a86b6b12 (diff) | |
parent | 1bee0ef6e6bd055ba9083c1b3863549b8a9093cc (diff) | |
download | vcxsrv-d792a6e870288fd8f0baf9943caf1628224b764c.tar.gz vcxsrv-d792a6e870288fd8f0baf9943caf1628224b764c.tar.bz2 vcxsrv-d792a6e870288fd8f0baf9943caf1628224b764c.zip |
svn merge "^/branches/released" .1.7.99.902
increased version number
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 8e6ea76e1..429872b77 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.7.99.901 (22 Feb 2010)", IDC_STATIC, 36, 38, 220, 8
+ LTEXT "Version 1.7.99.902 (18 Mar 2010)", IDC_STATIC, 36, 38, 220, 8
DEFPUSHBUTTON "OK", IDOK, 105, 75, 50, 15
END
|