diff options
Diffstat (limited to 'PACKAGE')
-rw-r--r-- | PACKAGE/debian/changelog | 4 | ||||
-rw-r--r-- | PACKAGE/debian/copyright | 4 | ||||
-rw-r--r-- | PACKAGE/lynx.iss | 4 | ||||
-rw-r--r-- | PACKAGE/lynx.nsi | 8 | ||||
-rw-r--r-- | PACKAGE/lynx.spec | 4 | ||||
-rw-r--r-- | PACKAGE/version.iss | 2 |
6 files changed, 13 insertions, 13 deletions
diff --git a/PACKAGE/debian/changelog b/PACKAGE/debian/changelog index e8ca6503..da9cf8ae 100644 --- a/PACKAGE/debian/changelog +++ b/PACKAGE/debian/changelog @@ -1,8 +1,8 @@ -lynx-dev (2.8.9dev.8) unstable; urgency=low +lynx-dev (2.8.9dev.9) unstable; urgency=low * maintenance updates - -- Thomas E. Dickey <dickey@invisible-island.net> Mon, 21 Dec 2015 20:45:35 -0500 + -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 10 Apr 2016 20:23:19 -0400 lynx-dev (2.8.8dev.16) unstable; urgency=high diff --git a/PACKAGE/debian/copyright b/PACKAGE/debian/copyright index ce0023ad..609f49b7 100644 --- a/PACKAGE/debian/copyright +++ b/PACKAGE/debian/copyright @@ -47,7 +47,7 @@ For reference, below is the original copyright notice for Lynx (2.4.2). Files: aclocal.m4 License: other-BSD -Copyright: 1997-2014,2015 by Thomas E. Dickey +Copyright: 1997-2015,2016 by Thomas E. Dickey Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that @@ -101,7 +101,7 @@ License: other-BSD shared with many OS's install programs. Files: debian/* -Copyright: 2010-2014,2015 Thomas E. Dickey +Copyright: 2010-2015,2016 Thomas E. Dickey License: other-BSD Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, diff --git a/PACKAGE/lynx.iss b/PACKAGE/lynx.iss index 1fe11075..acb43c09 100644 --- a/PACKAGE/lynx.iss +++ b/PACKAGE/lynx.iss @@ -1,4 +1,4 @@ -; $LynxId: lynx.iss,v 1.15 2015/01/05 09:15:38 tom Exp $ +; $LynxId: lynx.iss,v 1.16 2016/04/11 00:42:33 tom Exp $ ; vile:ts=2 sw=2 notabinsert ; ; This is the BASE script for different flavors of the installer for Lynx. @@ -90,7 +90,7 @@ AppName={#MyAppName} #emit 'VersionInfoVersion=' + LYNX_TARGET1 AppVerName={#MyAppVerName} AppPublisher={#MyAppPublisher} -AppCopyright=© 1997-2014,2015, Thomas E. Dickey +AppCopyright=© 1997-2015,2016, Thomas E. Dickey AppPublisherURL={#MyAppURL} AppSupportURL={#MyAppURL} AppUpdatesURL={#MyAppURL} diff --git a/PACKAGE/lynx.nsi b/PACKAGE/lynx.nsi index d8850a41..4ea8e872 100644 --- a/PACKAGE/lynx.nsi +++ b/PACKAGE/lynx.nsi @@ -1,4 +1,4 @@ -; $LynxId: lynx.nsi,v 1.27 2015/12/22 01:45:35 tom Exp $ +; $LynxId: lynx.nsi,v 1.29 2016/04/11 00:42:41 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 "1008" -!define VERSION_PATCH "dev.8" +!define VERSION_LEVEL "1009" +!define VERSION_PATCH "dev.9" !define SUBKEY "Lynx" @@ -28,7 +28,7 @@ SetCompressor /SOLID lzma VIAddVersionKey ProductName "${SUBKEY}" VIAddVersionKey CompanyName "http://invisible-island.net/lynx" -VIAddVersionKey LegalCopyright "© 1997-2014,2015, Thomas E. Dickey" +VIAddVersionKey LegalCopyright "© 1997-2015,2016, Thomas E. Dickey" VIAddVersionKey FileDescription "Lynx Installer (MinGW)" VIAddVersionKey FileVersion "${VERSION}" VIAddVersionKey ProductVersion "${VERSION}" diff --git a/PACKAGE/lynx.spec b/PACKAGE/lynx.spec index b8dee67a..4a88fdf9 100644 --- a/PACKAGE/lynx.spec +++ b/PACKAGE/lynx.spec @@ -1,8 +1,8 @@ -# $LynxId: lynx.spec,v 1.35 2015/12/22 01:45:35 tom Exp $ +# $LynxId: lynx.spec,v 1.36 2016/04/11 00:23:19 tom Exp $ Summary: A text-based Web browser Name: lynx Version: 2.8.9 -Release: dev.8 +Release: dev.9 License: GPLv2 Group: Applications/Internet Source: lynx%{version}%{release}.tgz diff --git a/PACKAGE/version.iss b/PACKAGE/version.iss index dc4b5112..f4c0aafc 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.8" +#define LYNX_VERSION "2.8.9dev.9" ; most-recent full release and target #define LYNX_RELEASE "2.8.9" |