diff options
author | marha <marha@users.sourceforge.net> | 2014-05-01 23:26:26 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-05-01 23:26:26 +0200 |
commit | 2dc2880eacae3d52f4ab4bb5ec43c5bbf50c5c3f (patch) | |
tree | 709ad1eb3e3afcff3fb34fe8b7cb43f1460c495e /xorg-server/installer | |
parent | 72c84d16dcb5acff57a408388703baf94916105f (diff) | |
download | vcxsrv-2dc2880eacae3d52f4ab4bb5ec43c5bbf50c5c3f.tar.gz vcxsrv-2dc2880eacae3d52f4ab4bb5ec43c5bbf50c5c3f.tar.bz2 vcxsrv-2dc2880eacae3d52f4ab4bb5ec43c5bbf50c5c3f.zip |
Increase version to 1.15.0.21.15.0.2
Diffstat (limited to 'xorg-server/installer')
-rw-r--r-- | xorg-server/installer/vcxsrv-64-debug.nsi | 2 | ||||
-rw-r--r-- | xorg-server/installer/vcxsrv-64.nsi | 2 | ||||
-rw-r--r-- | xorg-server/installer/vcxsrv-debug.nsi | 2 | ||||
-rw-r--r-- | xorg-server/installer/vcxsrv.nsi | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/xorg-server/installer/vcxsrv-64-debug.nsi b/xorg-server/installer/vcxsrv-64-debug.nsi index 948bede0e..12c9945ca 100644 --- a/xorg-server/installer/vcxsrv-64-debug.nsi +++ b/xorg-server/installer/vcxsrv-64-debug.nsi @@ -21,7 +21,7 @@ Name "VcXsrv"
; The file to write
-OutFile "vcxsrv-64-debug.1.15.0.1.installer.exe"
+OutFile "vcxsrv-64-debug.1.15.0.2.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES64\VcXsrv
diff --git a/xorg-server/installer/vcxsrv-64.nsi b/xorg-server/installer/vcxsrv-64.nsi index 62fd4e007..3d528692c 100644 --- a/xorg-server/installer/vcxsrv-64.nsi +++ b/xorg-server/installer/vcxsrv-64.nsi @@ -21,7 +21,7 @@ Name "VcXsrv"
; The file to write
-OutFile "vcxsrv-64.1.15.0.1.installer.exe"
+OutFile "vcxsrv-64.1.15.0.2.installer.exe"
; The default installation directory
InstallDir $programfiles64\VcXsrv
diff --git a/xorg-server/installer/vcxsrv-debug.nsi b/xorg-server/installer/vcxsrv-debug.nsi index d9e1c652f..e8bddd162 100644 --- a/xorg-server/installer/vcxsrv-debug.nsi +++ b/xorg-server/installer/vcxsrv-debug.nsi @@ -21,7 +21,7 @@ Name "VcXsrv"
; The file to write
-OutFile "vcxsrv-debug.1.15.0.1.installer.exe"
+OutFile "vcxsrv-debug.1.15.0.2.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES32\VcXsrv
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index 183c33b43..0323cf868 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.15.0.1.installer.exe"
+OutFile "vcxsrv.1.15.0.2.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES32\VcXsrv
|