win32: new nxwin
authordimbor <i@dimbor.ru>
Tue, 17 Jan 2017 01:50:09 +0000 (04:50 +0300)
committerdimbor <i@dimbor.ru>
Tue, 17 Jan 2017 01:50:09 +0000 (04:50 +0300)
packaging/win32/cygnx/getnxsetup
packaging/win32/version.iss

index 3895c1a74ca25fb6fdb8e4fb963d209a4d8c634d..8b4d2a1f8c777be185f5093b0c84ecd2fa534a06 100755 (executable)
@@ -53,5 +53,5 @@ sub collecturls {
     return 0;
 }
 
-system("wget -q -O nxsetup.exe 'http://unixforum.org/up/nxman/NXClientCE-3.5.0-9-r15.2.exe'");
+system("wget -q -O nxsetup.exe 'http://unixforum.org/up/nxman/NXClientCE-3.5.0-9-r15.3.exe'");
 
index 5cc9a1b6daa9169a485dc8ae9a7100674adc273f..5678054ec71ae009e720ff7989caf8babba2093d 100644 (file)
@@ -14,7 +14,7 @@
 #define ExeFullVersion(Str FileName) \
        Local[0] = GetFileVersion(FileName), Local[0]
        
-#define APPVERSION "729-0.6-r15.2"
+#define APPVERSION "729-0.6-r15.3"
 #ifdef APPNAME
 # ifdef APPVERSION
 #  define APPVERNAME APPNAME + ' ' + APPVERSION