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/installer/vcxsrv.nsi | |
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/installer/vcxsrv.nsi')
-rw-r--r-- | xorg-server/installer/vcxsrv.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
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
|