diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2018-12-26 01:28:15 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2018-12-26 01:28:15 +0000 |
commit | fd8ff03480d588c28b9424f2976beadbe7a55a35 (patch) | |
tree | a18e136f210bdde269d9e60f13d733bd6d254593 /PACKAGE/lynx.nsi | |
parent | 28f325f21ceede50416e3828e01072ae151551d6 (diff) | |
download | lynx-snapshots-fd8ff03480d588c28b9424f2976beadbe7a55a35.tar.gz |
snapshot of project "lynx", label v2-9-0dev_0a
Diffstat (limited to 'PACKAGE/lynx.nsi')
-rw-r--r-- | PACKAGE/lynx.nsi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/PACKAGE/lynx.nsi b/PACKAGE/lynx.nsi index c081c953..8c262eb1 100644 --- a/PACKAGE/lynx.nsi +++ b/PACKAGE/lynx.nsi @@ -1,4 +1,4 @@ -; $LynxId: lynx.nsi,v 1.44 2018/07/08 15:22:44 tom Exp $ +; $LynxId: lynx.nsi,v 1.45 2018/12/25 21:27:01 tom Exp $ ; Script originally generated with the Venis Install Wizard, but customized. ; The Inno Setup script is preferred; but this can be built via cross-compiling. @@ -7,10 +7,10 @@ !define EXENAME "lynx.exe" !define VERSION_EPOCH "2" -!define VERSION_MAJOR "8" -!define VERSION_MINOR "9" -!define VERSION_LEVEL "01" -!define VERSION_PATCH "rel.1" +!define VERSION_MAJOR "9" +!define VERSION_MINOR "0" +!define VERSION_LEVEL "1001" +!define VERSION_PATCH "dev.1" !define SUBKEY "Lynx" |