diff options
author | Mike DePaulo <mikedep333@gmail.com> | 2015-07-10 08:21:38 -0400 |
---|---|---|
committer | Mike DePaulo <mikedep333@gmail.com> | 2015-07-10 08:21:38 -0400 |
commit | ab75afbcc58c927654b75d8b3c179f423e38cfbd (patch) | |
tree | afe4a8ef94dd832359a4394278b402e0d34f7b56 /xorg-server/installer/vcxsrv-debug.nsi | |
parent | 96bc788dd26dd9d1ca602fc5b0c0c04ca0933589 (diff) | |
download | vcxsrv-ab75afbcc58c927654b75d8b3c179f423e38cfbd.tar.gz vcxsrv-ab75afbcc58c927654b75d8b3c179f423e38cfbd.tar.bz2 vcxsrv-ab75afbcc58c927654b75d8b3c179f423e38cfbd.zip |
Update version string: 1.15.2.8
Diffstat (limited to 'xorg-server/installer/vcxsrv-debug.nsi')
-rw-r--r-- | xorg-server/installer/vcxsrv-debug.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/installer/vcxsrv-debug.nsi b/xorg-server/installer/vcxsrv-debug.nsi index f6cd35d65..2feeb2f5c 100644 --- a/xorg-server/installer/vcxsrv-debug.nsi +++ b/xorg-server/installer/vcxsrv-debug.nsi @@ -18,7 +18,7 @@ ;--------------------------------
!define NAME_STRING "VcXsrv (X2Go/Arctica Builds)"
-!define VERSION "1.15.2.7"
+!define VERSION "1.15.2.8"
; The name of the installer
Name "${NAME_STRING}"
|