diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2021-08-22 15:24:27 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2021-08-22 15:24:27 +0000 |
commit | 00c2f198ba9736e732db22d423869cfbb133a8b3 (patch) | |
tree | 9039878353771cb277fd291143b785d3446c9383 /PACKAGE/lynx.nsi | |
parent | 897dafd72e27dcef44054e8d6b420aff41302f29 (diff) | |
download | lynx-snapshots-00c2f198ba9736e732db22d423869cfbb133a8b3.tar.gz |
snapshot of project "lynx", label v2-9-0dev_9a
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 cb46690d..f4856b2c 100644 --- a/PACKAGE/lynx.nsi +++ b/PACKAGE/lynx.nsi @@ -1,4 +1,4 @@ -; $LynxId: lynx.nsi,v 1.56 2021/08/01 18:50:51 tom Exp $ +; $LynxId: lynx.nsi,v 1.57 2021/08/11 10:25:15 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 "1009" -!define VERSION_PATCH "dev.9" +!define VERSION_LEVEL "1010" +!define VERSION_PATCH "dev.10" !define SUBKEY "Lynx" |