diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-08-17 01:07:24 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-08-17 01:07:24 +0000 |
commit | 5cda0e8cde6b4ebb16f2968edf3734af7d9524ac (patch) | |
tree | e1e96105335ecf367184e52731c486b84fb78295 /PACKAGE/lynx.nsi | |
parent | ed94c612252fd52bc05b92f1f6364c83c874b8ce (diff) | |
download | lynx-snapshots-5cda0e8cde6b4ebb16f2968edf3734af7d9524ac.tar.gz |
snapshot of project "lynx", label v2-9-0dev_2a
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 4a9a6af6..99cc27b1 100644 --- a/PACKAGE/lynx.nsi +++ b/PACKAGE/lynx.nsi @@ -1,4 +1,4 @@ -; $LynxId: lynx.nsi,v 1.47 2019/05/26 00:22:19 tom Exp $ +; $LynxId: lynx.nsi,v 1.48 2019/08/17 01:07:23 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 "9" !define VERSION_MINOR "0" -!define VERSION_LEVEL "1002" -!define VERSION_PATCH "dev.2" +!define VERSION_LEVEL "1003" +!define VERSION_PATCH "dev.3" !define SUBKEY "Lynx" |