diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2020-11-26 22:37:55 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2020-11-26 22:37:55 +0000 |
commit | dba3a98fd307e9b0773e57206f0856a7f611a150 (patch) | |
tree | 7c1701cc2d871976b82f00af7daf6ca5f1bac26a /PACKAGE | |
parent | 2019f3851a380ea4f060ca449d2f7509de30c551 (diff) | |
download | lynx-snapshots-dba3a98fd307e9b0773e57206f0856a7f611a150.tar.gz |
snapshot of project "lynx", label v2-9-0dev_6a
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 c87593f5..cf58f2a7 100644 --- a/PACKAGE/debian/changelog +++ b/PACKAGE/debian/changelog @@ -1,8 +1,8 @@ -lynx-dev (2.9.0dev.6) unstable; urgency=low +lynx-dev (2.9.0dev.7) unstable; urgency=low * maintenance updates - -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 01 Mar 2020 08:47:14 -0500 + -- Thomas E. Dickey <dickey@invisible-island.net> Thu, 26 Nov 2020 14:25:38 -0500 lynx-dev (2.8.8dev.16) unstable; urgency=high diff --git a/PACKAGE/lynx.nsi b/PACKAGE/lynx.nsi index ce29219b..6fabf8f1 100644 --- a/PACKAGE/lynx.nsi +++ b/PACKAGE/lynx.nsi @@ -1,4 +1,4 @@ -; $LynxId: lynx.nsi,v 1.52 2020/03/01 13:47:14 tom Exp $ +; $LynxId: lynx.nsi,v 1.53 2020/11/26 19:25:38 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 "1006" -!define VERSION_PATCH "dev.6" +!define VERSION_LEVEL "1007" +!define VERSION_PATCH "dev.7" !define SUBKEY "Lynx" diff --git a/PACKAGE/lynx.spec b/PACKAGE/lynx.spec index 73071c9f..61a5a6b7 100644 --- a/PACKAGE/lynx.spec +++ b/PACKAGE/lynx.spec @@ -1,8 +1,8 @@ -# $LynxId: lynx.spec,v 1.58 2020/03/01 13:47:14 tom Exp $ +# $LynxId: lynx.spec,v 1.59 2020/11/26 19:25:38 tom Exp $ Summary: A text-based Web browser Name: lynx-dev Version: 2.9.0 -Release: dev.6 +Release: dev.7 License: GPLv2 Group: Applications/Internet Source: lynx%{version}%{release}.tgz diff --git a/PACKAGE/version.iss b/PACKAGE/version.iss index e38c992b..1c3b63da 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.6" +#define LYNX_VERSION "2.9.0dev.7" ; most-recent full release and target #define LYNX_RELEASE "2.9.0" |