diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2009-06-07 00:36:40 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2009-06-07 00:36:40 -0400 |
commit | 96214a47b6745616055c91df4353709bea8e22bb (patch) | |
tree | 4bb03095ddb13fb14fe98ef840d9cf5e06379470 | |
parent | 1d1833659f91e213385bb741e424b4a197f54ceb (diff) | |
download | lynx-snapshots-96214a47b6745616055c91df4353709bea8e22bb.tar.gz |
snapshot of project "lynx", label v2-8-7pre_5
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | PACKAGE/version.iss | 2 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 6 | ||||
-rw-r--r-- | lynx.cfg | 6 | ||||
-rw-r--r-- | userdefs.h | 6 |
6 files changed, 13 insertions, 13 deletions
diff --git a/CHANGES b/CHANGES index 81ff2fd0..4ea8d44a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,9 @@ --- $LynxId: CHANGES,v 1.412 2009/05/30 12:57:46 tom Exp $ +-- $LynxId: CHANGES,v 1.413 2009/06/07 00:36:40 tom Exp $ =============================================================================== Changes since Lynx 2.8 release =============================================================================== -2009-05-25 (2.8.7pre.5) +2009-06-06 (2.8.7pre.5) * add missing ctrl_chars_on_previous_line when computing 'spare' value in split_line() for the wide-curses configuration. The justified line was shorter than expected when justifying text -TD diff --git a/PACKAGE/version.iss b/PACKAGE/version.iss index 1349a451..cd91eaf6 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.7pre.4" +#define LYNX_VERSION "2.8.7pre.5" #define MyAppName "Lynx" #define MyAppPublisher "Thomas E Dickey" diff --git a/configure b/configure index 4949be25..89308fb7 100755 --- a/configure +++ b/configure @@ -1239,7 +1239,7 @@ fi; PACKAGE=lynx # $Format: "VERSION=$ProjectVersion$"$ -VERSION=2.8.7pre.4 +VERSION=2.8.7pre.5 echo "$as_me:1244: checking for DESTDIR" >&5 echo $ECHO_N "checking for DESTDIR... $ECHO_C" >&6 diff --git a/configure.in b/configure.in index de55e063..05a1bfe7 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $LynxId: configure.in,v 1.194 2009/05/26 00:36:19 tom Exp $ +dnl $LynxId: configure.in,v 1.195 2009/06/07 00:36:40 tom Exp $ dnl dnl Process this file with autoconf to produce a configure script. dnl @@ -29,7 +29,7 @@ dnl --------------------------------------------------------------------------- dnl dnl ask PRCS to plug-in the project-version for the configure-script. dnl $Format: "AC_REVISION($ProjectVersion$)"$ -AC_REVISION(2.8.7pre.4) +AC_REVISION(2.8.7pre.5) # Save the original $CFLAGS so we can distinguish whether the user set those # in the environment, or whether autoconf added -O and -g options: @@ -62,7 +62,7 @@ AC_ARG_WITH(system-type, PACKAGE=lynx dnl ask PRCS to plug-in the project-version for the packages. # $Format: "VERSION=$ProjectVersion$"$ -VERSION=2.8.7pre.4 +VERSION=2.8.7pre.5 AC_SUBST(PACKAGE) AC_SUBST(VERSION) diff --git a/lynx.cfg b/lynx.cfg index 6e73f42b..18fce0e0 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -1,13 +1,13 @@ -# $LynxId: lynx.cfg,v 1.178 2009/05/26 00:36:19 tom Exp $ +# $LynxId: lynx.cfg,v 1.179 2009/06/07 00:36:40 tom Exp $ # lynx.cfg file. # The default placement for this file is /usr/local/lib/lynx.cfg (Unix) # or Lynx_Dir:lynx.cfg (VMS) # # $Format: "#PRCS LYNX_VERSION \"$ProjectVersion$\""$ -#PRCS LYNX_VERSION "2.8.7pre.4" +#PRCS LYNX_VERSION "2.8.7pre.5" # # $Format: "#PRCS LYNX_DATE \"$ProjectDate$\""$ -#PRCS LYNX_DATE "Mon, 25 May 2009 17:10:12 -0700" +#PRCS LYNX_DATE "Sat, 06 Jun 2009 17:30:35 -0700" # # Definition pairs are of the form VARIABLE:DEFINITION # NO spaces are allowed between the pair items. diff --git a/userdefs.h b/userdefs.h index c8f39939..b04f024c 100644 --- a/userdefs.h +++ b/userdefs.h @@ -1,5 +1,5 @@ /* - * $LynxId: userdefs.h,v 1.246 2009/05/28 21:37:22 tom Exp $ + * $LynxId: userdefs.h,v 1.247 2009/06/07 00:36:40 tom Exp $ * * Lynx - Hypertext navigation system * @@ -1426,11 +1426,11 @@ * the version definition with the Project Version on checkout. Just * ignore it. - kw */ /* $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$ */ -#define LYNX_VERSION "2.8.7pre.4" +#define LYNX_VERSION "2.8.7pre.5" #define LYNX_WWW_HOME "http://lynx.isc.org/" #define LYNX_WWW_DIST "http://lynx.isc.org/current/" /* $Format: "#define LYNX_DATE \"$ProjectDate$\""$ */ -#define LYNX_DATE "Mon, 25 May 2009 17:10:12 -0700" +#define LYNX_DATE "Sat, 06 Jun 2009 17:30:35 -0700" #define LYNX_DATE_OFF 5 /* truncate the automatically-generated date */ #define LYNX_DATE_LEN 11 /* truncate the automatically-generated date */ |