diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 05:26:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 05:26:01 +0000 |
commit | d7c9bf8bdc78b40ec91f15300c9558a5f79e803c (patch) | |
tree | f31ad4ad244bf5932be8048b3ef9dc6eacca0b7c /PACKAGE | |
parent | Adding upstream version 2.9.1. (diff) | |
download | lynx-d7c9bf8bdc78b40ec91f15300c9558a5f79e803c.tar.xz lynx-d7c9bf8bdc78b40ec91f15300c9558a5f79e803c.zip |
Adding upstream version 2.9.2.upstream/2.9.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | PACKAGE/debian/changelog | 4 | ||||
-rw-r--r-- | PACKAGE/lynx.nsi | 4 | ||||
-rw-r--r-- | PACKAGE/lynx.spec | 6 | ||||
-rw-r--r-- | PACKAGE/version.iss | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/PACKAGE/debian/changelog b/PACKAGE/debian/changelog index 69e763e..6eb557b 100644 --- a/PACKAGE/debian/changelog +++ b/PACKAGE/debian/changelog @@ -1,8 +1,8 @@ -lynx-dev (2.9.1) unstable; urgency=low +lynx-dev (2.9.2) unstable; urgency=low * maintenance updates - -- Thomas E. Dickey <dickey@invisible-island.net> Wed, 13 Mar 2024 12:45:26 -0400 + -- Thomas E. Dickey <dickey@invisible-island.net> Fri, 31 May 2024 18:09:16 -0400 lynx-dev (2.8.8dev.16) unstable; urgency=high diff --git a/PACKAGE/lynx.nsi b/PACKAGE/lynx.nsi index 90817f6..1bb2f5f 100644 --- a/PACKAGE/lynx.nsi +++ b/PACKAGE/lynx.nsi @@ -1,4 +1,4 @@ -; $LynxId: lynx.nsi,v 1.72 2024/04/15 20:53:51 tom Exp $
+; $LynxId: lynx.nsi,v 1.78 2024/05/31 22:09:16 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.
@@ -8,7 +8,7 @@ !define VERSION_EPOCH "2"
!define VERSION_MAJOR "9"
-!define VERSION_MINOR "1"
+!define VERSION_MINOR "2"
!define VERSION_LEVEL "0"
!define VERSION_PATCH ""
diff --git a/PACKAGE/lynx.spec b/PACKAGE/lynx.spec index 7f23f19..7d15605 100644 --- a/PACKAGE/lynx.spec +++ b/PACKAGE/lynx.spec @@ -1,8 +1,8 @@ -# $LynxId: lynx.spec,v 1.83 2024/04/15 20:53:51 tom Exp $ +# $LynxId: lynx.spec,v 1.91 2024/05/31 22:09:16 tom Exp $ Summary: A text-based Web browser Name: lynx-dev -Version: 2.9.1 -Release: 0 +Version: 2.9.2 +Release: 1 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 92b4e90..7d9309e 100644 --- a/PACKAGE/version.iss +++ b/PACKAGE/version.iss @@ -1,6 +1,6 @@ ; version used for Inno Setup files.
-#define LYNX_VERSION "2.9.1"
+#define LYNX_VERSION "2.9.2"
#define MyAppProg "Lynx"
#define MyAppName "Lynx - web browser"
|