diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2016-11-24 12:27:19 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2016-11-24 12:27:19 -0500 |
commit | abf7c3ef54212623addba2586217a6a07e6a89bb (patch) | |
tree | 823317ea2d584b7de095fbeb2d36ac0242d11bc0 /PACKAGE | |
parent | be36810250ee3abac20e9fd783283eca71048718 (diff) | |
download | lynx-snapshots-abf7c3ef54212623addba2586217a6a07e6a89bb.tar.gz |
snapshot of project "lynx", label v2-8-9dev_11a
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 0818a58d..29d468b6 100644 --- a/PACKAGE/debian/changelog +++ b/PACKAGE/debian/changelog @@ -1,8 +1,8 @@ -lynx-dev (2.8.9dev.11) unstable; urgency=low +lynx-dev (2.8.9dev.12) unstable; urgency=low * maintenance updates - -- Thomas E. Dickey <dickey@invisible-island.net> Tue, 15 Nov 2016 04:04:25 -0500 + -- Thomas E. Dickey <dickey@invisible-island.net> Wed, 23 Nov 2016 13:22:53 -0500 lynx-dev (2.8.8dev.16) unstable; urgency=high diff --git a/PACKAGE/lynx.nsi b/PACKAGE/lynx.nsi index 192f7d16..25dd023d 100644 --- a/PACKAGE/lynx.nsi +++ b/PACKAGE/lynx.nsi @@ -1,4 +1,4 @@ -; $LynxId: lynx.nsi,v 1.31 2016/11/15 09:04:25 tom Exp $ +; $LynxId: lynx.nsi,v 1.32 2016/11/23 18:22:52 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 "8" !define VERSION_MINOR "9" -!define VERSION_LEVEL "1011" -!define VERSION_PATCH "dev.11" +!define VERSION_LEVEL "1012" +!define VERSION_PATCH "dev.12" !define SUBKEY "Lynx" diff --git a/PACKAGE/lynx.spec b/PACKAGE/lynx.spec index a93c497f..1b7f8241 100644 --- a/PACKAGE/lynx.spec +++ b/PACKAGE/lynx.spec @@ -1,8 +1,8 @@ -# $LynxId: lynx.spec,v 1.38 2016/11/15 09:04:25 tom Exp $ +# $LynxId: lynx.spec,v 1.39 2016/11/23 18:22:52 tom Exp $ Summary: A text-based Web browser Name: lynx Version: 2.8.9 -Release: dev.11 +Release: dev.12 License: GPLv2 Group: Applications/Internet Source: lynx%{version}%{release}.tgz diff --git a/PACKAGE/version.iss b/PACKAGE/version.iss index 281ab3cd..33f5769f 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.8.9dev.11" +#define LYNX_VERSION "2.8.9dev.12" ; most-recent full release and target #define LYNX_RELEASE "2.8.9" |