diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2009-06-24 00:01:08 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2009-06-24 00:01:08 -0400 |
commit | 9431cac90798310eed92009551d5f3c9cfdb7210 (patch) | |
tree | 4cfe22c64590f5ab7d36e1c5b3f54b9d0485ddc1 | |
parent | d4b69392b9556d13eda9c99a5c53dc90ee2357a7 (diff) | |
download | lynx-snapshots-9431cac90798310eed92009551d5f3c9cfdb7210.tar.gz |
snapshot of project "lynx", label v2-8-7pre_6
-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 |
5 files changed, 11 insertions, 11 deletions
diff --git a/PACKAGE/version.iss b/PACKAGE/version.iss index cd91eaf6..22939fdd 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.5" +#define LYNX_VERSION "2.8.7pre.6" #define MyAppName "Lynx" #define MyAppPublisher "Thomas E Dickey" diff --git a/configure b/configure index 89308fb7..f5e3ace0 100755 --- a/configure +++ b/configure @@ -1239,7 +1239,7 @@ fi; PACKAGE=lynx # $Format: "VERSION=$ProjectVersion$"$ -VERSION=2.8.7pre.5 +VERSION=2.8.7pre.6 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 05a1bfe7..06788bb5 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $LynxId: configure.in,v 1.195 2009/06/07 00:36:40 tom Exp $ +dnl $LynxId: configure.in,v 1.196 2009/06/24 00:01:08 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.5) +AC_REVISION(2.8.7pre.6) # 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.5 +VERSION=2.8.7pre.6 AC_SUBST(PACKAGE) AC_SUBST(VERSION) diff --git a/lynx.cfg b/lynx.cfg index c0f9c55d..5f9e9503 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -1,13 +1,13 @@ -# $LynxId: lynx.cfg,v 1.180 2009/06/07 17:02:21 tom Exp $ +# $LynxId: lynx.cfg,v 1.181 2009/06/24 00:01:08 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.5" +#PRCS LYNX_VERSION "2.8.7pre.6" # # $Format: "#PRCS LYNX_DATE \"$ProjectDate$\""$ -#PRCS LYNX_DATE "Sat, 06 Jun 2009 17:30:35 -0700" +#PRCS LYNX_DATE "Tue, 23 Jun 2009 16:53:58 -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 b04f024c..9fb70c4a 100644 --- a/userdefs.h +++ b/userdefs.h @@ -1,5 +1,5 @@ /* - * $LynxId: userdefs.h,v 1.247 2009/06/07 00:36:40 tom Exp $ + * $LynxId: userdefs.h,v 1.248 2009/06/24 00:01:08 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.5" +#define LYNX_VERSION "2.8.7pre.6" #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 "Sat, 06 Jun 2009 17:30:35 -0700" +#define LYNX_DATE "Tue, 23 Jun 2009 16:53:58 -0700" #define LYNX_DATE_OFF 5 /* truncate the automatically-generated date */ #define LYNX_DATE_LEN 11 /* truncate the automatically-generated date */ |