diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2018-03-27 23:28:34 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2018-03-27 23:28:34 +0000 |
commit | 43fc651e94bcf7d44a7d7f17d9a1522c88fcd7b4 (patch) | |
tree | f3b2887097374e212366342f61bb0fe408f77f35 /PACKAGE/lynx.nsi | |
parent | 45a822266a7ca24e711a0434398f3d0c77fd5e02 (diff) | |
download | lynx-snapshots-43fc651e94bcf7d44a7d7f17d9a1522c88fcd7b4.tar.gz |
snapshot of project "lynx", label v2-8-9dev_17a
Diffstat (limited to 'PACKAGE/lynx.nsi')
-rw-r--r-- | PACKAGE/lynx.nsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/PACKAGE/lynx.nsi b/PACKAGE/lynx.nsi index 091969ef..756df9be 100644 --- a/PACKAGE/lynx.nsi +++ b/PACKAGE/lynx.nsi @@ -1,4 +1,4 @@ -; $LynxId: lynx.nsi,v 1.39 2018/02/05 09:42:44 tom Exp $ +; $LynxId: lynx.nsi,v 1.40 2018/03/27 08:22:59 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. @@ -9,8 +9,8 @@ !define VERSION_EPOCH "2" !define VERSION_MAJOR "8" !define VERSION_MINOR "9" -!define VERSION_LEVEL "1017" -!define VERSION_PATCH "dev.17" +!define VERSION_LEVEL "1018" +!define VERSION_PATCH "dev.18" !define SUBKEY "Lynx" |