diff options
Diffstat (limited to 'PACKAGE')
-rw-r--r-- | PACKAGE/debian/changelog | 4 | ||||
-rw-r--r-- | PACKAGE/lynx.nsi | 6 | ||||
-rw-r--r-- | PACKAGE/lynx.spec | 4 | ||||
-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 6ffe1b83..8d7eaace 100644 --- a/PACKAGE/debian/changelog +++ b/PACKAGE/debian/changelog @@ -1,8 +1,8 @@ -lynx-dev (2.9.0dev.12) unstable; urgency=low +lynx-dev (2.9.0dev.13) unstable; urgency=low * maintenance updates - -- Thomas E. Dickey <dickey@invisible-island.net> Mon, 02 Jan 2023 18:47:08 -0500 + -- Thomas E. Dickey <dickey@invisible-island.net> Mon, 23 Jan 2023 16:39:23 -0500 lynx-dev (2.8.8dev.16) unstable; urgency=high diff --git a/PACKAGE/lynx.nsi b/PACKAGE/lynx.nsi index 3d4eaa3f..543df306 100644 --- a/PACKAGE/lynx.nsi +++ b/PACKAGE/lynx.nsi @@ -1,4 +1,4 @@ -; $LynxId: lynx.nsi,v 1.61 2023/01/03 00:17:59 tom Exp $ +; $LynxId: lynx.nsi,v 1.62 2023/01/23 21:39:22 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 "1012" -!define VERSION_PATCH "dev.12" +!define VERSION_LEVEL "1013" +!define VERSION_PATCH "dev.13" !define SUBKEY "Lynx" diff --git a/PACKAGE/lynx.spec b/PACKAGE/lynx.spec index aa78d006..ad459d43 100644 --- a/PACKAGE/lynx.spec +++ b/PACKAGE/lynx.spec @@ -1,8 +1,8 @@ -# $LynxId: lynx.spec,v 1.67 2023/01/02 23:47:08 tom Exp $ +# $LynxId: lynx.spec,v 1.68 2023/01/23 21:39:22 tom Exp $ Summary: A text-based Web browser Name: lynx-dev Version: 2.9.0 -Release: dev.12 +Release: dev.13 License: GPLv2 Group: Applications/Internet Source: lynx%{version}%{release}.tgz diff --git a/PACKAGE/version.iss b/PACKAGE/version.iss index 7e3c09e5..ccd47e45 100644 --- a/PACKAGE/version.iss +++ b/PACKAGE/version.iss @@ -1,7 +1,7 @@ ; version used for Inno Setup files. ; $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$ -#define LYNX_VERSION "2.9.0dev.12" +#define LYNX_VERSION "2.9.0dev.13" ; most-recent full release and target #define LYNX_RELEASE "2.9.0" |