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 181ab6d7..6ffe1b83 100644 --- a/PACKAGE/debian/changelog +++ b/PACKAGE/debian/changelog @@ -1,8 +1,8 @@ -lynx-dev (2.9.0dev.11) unstable; urgency=low +lynx-dev (2.9.0dev.12) unstable; urgency=low * maintenance updates - -- Thomas E. Dickey <dickey@invisible-island.net> Thu, 04 Nov 2021 16:00:16 -0400 + -- Thomas E. Dickey <dickey@invisible-island.net> Mon, 02 Jan 2023 18:47:08 -0500 lynx-dev (2.8.8dev.16) unstable; urgency=high diff --git a/PACKAGE/debian/copyright b/PACKAGE/debian/copyright index c1886eb4..ca2d318a 100644 --- a/PACKAGE/debian/copyright +++ b/PACKAGE/debian/copyright @@ -4,7 +4,7 @@ Current maintainer: Thomas Dickey <dickey@invisible-island.net> ------------------------------------------------------------------------------- -Copyright 1997-2021,2022 Thomas E. Dickey +Copyright 1997-2022,2023 Thomas E. Dickey Copyright (C) 1995 University of Kansas. Most of the content of the lynx release (and corresponding copyright) is @@ -26,7 +26,7 @@ or to the maintainer (Thomas E. Dickey): Files: aclocal.m4 License: other-BSD -Copyright: 1997-2021,2022 by Thomas E. Dickey +Copyright: 1997-2022,2023 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 diff --git a/PACKAGE/lynx.iss b/PACKAGE/lynx.iss index 9a5a2e28..79bb4638 100644 --- a/PACKAGE/lynx.iss +++ b/PACKAGE/lynx.iss @@ -1,4 +1,4 @@ -; $LynxId: lynx.iss,v 1.37 2022/12/29 00:23:53 tom Exp $ +; $LynxId: lynx.iss,v 1.38 2023/01/03 00:17:48 tom Exp $ ; vile:ts=4 sw=4 notabinsert fk=8bit ; ; This is the BASE script for different flavors of the installer for Lynx. @@ -94,7 +94,7 @@ AppName={#MyAppName} #emit 'VersionInfoVersion=' + LYNX_TARGET1 AppVerName={#MyAppVerName} AppPublisher={#MyAppPublisher} -AppCopyright=© 1997-2021,2022, Thomas E. Dickey +AppCopyright=© 1997-2022,2023, Thomas E. Dickey AppPublisherURL={#MyAppURL} AppSupportURL={#MyAppURL} AppUpdatesURL={#MyAppURL} diff --git a/PACKAGE/lynx.nsi b/PACKAGE/lynx.nsi index 797f1abe..3d4eaa3f 100644 --- a/PACKAGE/lynx.nsi +++ b/PACKAGE/lynx.nsi @@ -1,4 +1,4 @@ -; $LynxId: lynx.nsi,v 1.59 2022/03/11 01:29:33 tom Exp $ +; $LynxId: lynx.nsi,v 1.61 2023/01/03 00:17:59 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 "1011" -!define VERSION_PATCH "dev.11" +!define VERSION_LEVEL "1012" +!define VERSION_PATCH "dev.12" !define SUBKEY "Lynx" @@ -28,7 +28,7 @@ SetCompressor /SOLID lzma VIAddVersionKey ProductName "${SUBKEY}" VIAddVersionKey CompanyName "https://invisible-island.net/lynx" -VIAddVersionKey LegalCopyright "© 1997-2021,2022, Thomas E. Dickey" +VIAddVersionKey LegalCopyright "© 1997-2022,2023, 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 4c75cf5f..aa78d006 100644 --- a/PACKAGE/lynx.spec +++ b/PACKAGE/lynx.spec @@ -1,8 +1,8 @@ -# $LynxId: lynx.spec,v 1.66 2022/03/30 00:34:53 tom Exp $ +# $LynxId: lynx.spec,v 1.67 2023/01/02 23:47:08 tom Exp $ Summary: A text-based Web browser Name: lynx-dev Version: 2.9.0 -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 43457f3c..7e3c09e5 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.11" +#define LYNX_VERSION "2.9.0dev.12" ; most-recent full release and target #define LYNX_RELEASE "2.9.0" |