diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2024-03-13 20:52:04 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2024-03-13 22:08:33 +0000 |
commit | 66e0a52ae6c09f8fc5a821f4374ed748de418155 (patch) | |
tree | d550aa536de882725afd1e7f64ecefa2e2dd9b6f /PACKAGE | |
parent | 8ed5d3b5bf97f5a459c5bbe7f9264903cb728d88 (diff) | |
download | lynx-snapshots-66e0a52ae6c09f8fc5a821f4374ed748de418155.tar.gz |
snapshot of project "lynx", label v2-9-0a
Diffstat (limited to 'PACKAGE')
-rw-r--r-- | PACKAGE/debian/changelog | 6 | ||||
-rw-r--r-- | PACKAGE/lynx.nsi | 6 | ||||
-rw-r--r-- | PACKAGE/lynx.spec | 4 | ||||
-rw-r--r-- | PACKAGE/version.iss | 2 |
4 files changed, 9 insertions, 9 deletions
diff --git a/PACKAGE/debian/changelog b/PACKAGE/debian/changelog index 048e3cfd..69e763e1 100644 --- a/PACKAGE/debian/changelog +++ b/PACKAGE/debian/changelog @@ -1,8 +1,8 @@ -lynx-dev (2.9.0) unstable; urgency=high +lynx-dev (2.9.1) unstable; urgency=low - * new release + * maintenance updates - -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 14 Jan 2024 17:15:53 -0500 + -- Thomas E. Dickey <dickey@invisible-island.net> Wed, 13 Mar 2024 12:45:26 -0400 lynx-dev (2.8.8dev.16) unstable; urgency=high diff --git a/PACKAGE/lynx.nsi b/PACKAGE/lynx.nsi index 7071db25..130b39f9 100644 --- a/PACKAGE/lynx.nsi +++ b/PACKAGE/lynx.nsi @@ -1,4 +1,4 @@ -; $LynxId: lynx.nsi,v 1.63 2024/01/07 11:13:00 tom Exp $ +; $LynxId: lynx.nsi,v 1.64 2024/03/13 16:45:26 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 "1013" -!define VERSION_PATCH "dev.13" +!define VERSION_LEVEL "2001" +!define VERSION_PATCH "a" !define SUBKEY "Lynx" diff --git a/PACKAGE/lynx.spec b/PACKAGE/lynx.spec index a11a9a02..8806b548 100644 --- a/PACKAGE/lynx.spec +++ b/PACKAGE/lynx.spec @@ -1,7 +1,7 @@ -# $LynxId: lynx.spec,v 1.72 2024/01/15 11:47:26 tom Exp $ +# $LynxId: lynx.spec,v 1.73 2024/03/13 20:52:04 tom Exp $ Summary: A text-based Web browser Name: lynx-dev -Version: 2.9.0 +Version: 2.9.1 Release: 1 License: GPLv2 Group: Applications/Internet diff --git a/PACKAGE/version.iss b/PACKAGE/version.iss index e3fe613b..8235a2bd 100644 --- a/PACKAGE/version.iss +++ b/PACKAGE/version.iss @@ -1,6 +1,6 @@ ; version used for Inno Setup files. -#define LYNX_VERSION "2.9.0" +#define LYNX_VERSION "2.9.0a" #define MyAppProg "Lynx" #define MyAppName "Lynx - web browser" |