diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2024-04-02 22:44:58 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2024-04-03 07:35:12 +0000 |
commit | 5fb5069919b6dba9a8ba07f081f07ac7d00ba7f7 (patch) | |
tree | d916471ce7c07d25465631ae5530492227c90c0b /PACKAGE | |
parent | 3d3885fb9f3b182a8173a424622a46ac3b9b4a34 (diff) | |
download | lynx-snapshots-master.tar.gz |
Diffstat (limited to 'PACKAGE')
-rw-r--r-- | PACKAGE/lynx.nsi | 6 | ||||
-rw-r--r-- | PACKAGE/lynx.spec | 4 | ||||
-rw-r--r-- | PACKAGE/version.iss | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/PACKAGE/lynx.nsi b/PACKAGE/lynx.nsi index 35684652..302b780e 100644 --- a/PACKAGE/lynx.nsi +++ b/PACKAGE/lynx.nsi @@ -1,4 +1,4 @@ -; $LynxId: lynx.nsi,v 1.68 2024/03/18 07:49:07 tom Exp $ +; $LynxId: lynx.nsi,v 1.69 2024/04/02 22:43:45 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 "2005" -!define VERSION_PATCH "e" +!define VERSION_LEVEL "2006" +!define VERSION_PATCH "f" !define SUBKEY "Lynx" diff --git a/PACKAGE/lynx.spec b/PACKAGE/lynx.spec index 7085a880..7f977086 100644 --- a/PACKAGE/lynx.spec +++ b/PACKAGE/lynx.spec @@ -1,8 +1,8 @@ -# $LynxId: lynx.spec,v 1.79 2024/03/18 07:49:07 tom Exp $ +# $LynxId: lynx.spec,v 1.80 2024/04/02 22:43:45 tom Exp $ Summary: A text-based Web browser Name: lynx-dev Version: 2.9.1 -Release: 5 +Release: 6 License: GPLv2 Group: Applications/Internet Source: https://invisible-island.net/archives/lynx/lynx%{version}.tgz diff --git a/PACKAGE/version.iss b/PACKAGE/version.iss index e0705c40..6d0df486 100644 --- a/PACKAGE/version.iss +++ b/PACKAGE/version.iss @@ -1,6 +1,6 @@ ; version used for Inno Setup files. -#define LYNX_VERSION "2.9.0e" +#define LYNX_VERSION "2.9.0f" #define MyAppProg "Lynx" #define MyAppName "Lynx - web browser" |