diff options
-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-- | makefile.in | 4 | ||||
-rw-r--r-- | userdefs.h | 6 |
6 files changed, 13 insertions, 13 deletions
diff --git a/PACKAGE/version.iss b/PACKAGE/version.iss index 26242005..34a98942 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.8dev.9" +#define LYNX_VERSION "2.8.8dev.10" #define MyAppName "Lynx" #define MyAppPublisher "Thomas E Dickey" diff --git a/configure b/configure index 06b73041..0dd783a4 100755 --- a/configure +++ b/configure @@ -1261,7 +1261,7 @@ rm conftest.sed PACKAGE=lynx # $Format: "VERSION=$ProjectVersion$"$ -VERSION=2.8.8dev.9 +VERSION=2.8.8dev.10 echo "$as_me:1266: checking for DESTDIR" >&5 echo $ECHO_N "checking for DESTDIR... $ECHO_C" >&6 diff --git a/configure.in b/configure.in index 3a9f22fa..1bd54301 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $LynxId: configure.in,v 1.232 2011/06/13 00:55:35 tom Exp $ +dnl $LynxId: configure.in,v 1.233 2012/02/13 02:46:17 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.8dev.9) +AC_REVISION(2.8.8dev.10) # Save the original $CFLAGS so we can distinguish whether the user set those # in the environment, or whether autoconf added -O and -g options: @@ -64,7 +64,7 @@ AC_ARG_PROGRAM PACKAGE=lynx dnl ask PRCS to plug-in the project-version for the packages. # $Format: "VERSION=$ProjectVersion$"$ -VERSION=2.8.8dev.9 +VERSION=2.8.8dev.10 AC_SUBST(PACKAGE) AC_SUBST(VERSION) diff --git a/lynx.cfg b/lynx.cfg index 127ef00d..72aae4ed 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -1,13 +1,13 @@ -# $LynxId: lynx.cfg,v 1.215 2012/01/31 23:48:09 tom Exp $ +# $LynxId: lynx.cfg,v 1.216 2012/02/13 02:46:17 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.8dev.9" +#PRCS LYNX_VERSION "2.8.8dev.10" # # $Format: "#PRCS LYNX_DATE \"$ProjectDate$\""$ -#PRCS LYNX_DATE "Sun, 12 Jun 2011 17:18:54 -0700" +#PRCS LYNX_DATE "Sun, 12 Feb 2012 18:46:17 -0800" # # Definition pairs are of the form VARIABLE:DEFINITION # NO spaces are allowed between the pair items. diff --git a/makefile.in b/makefile.in index 9f3131f3..8c776242 100644 --- a/makefile.in +++ b/makefile.in @@ -1,4 +1,4 @@ -# $LynxId: makefile.in,v 1.119 2011/06/13 00:55:35 tom Exp $ +# $LynxId: makefile.in,v 1.120 2012/02/13 02:46:17 tom Exp $ ##makefile for lynx SHELL = @CONFIG_SHELL@ @@ -37,7 +37,7 @@ TAR_UP = $(TAR) @TAR_UP_OPTIONS@ @TAR_PIPE_OPTIONS@ TAR_DOWN = $(TAR) @TAR_DOWN_OPTIONS@ @TAR_PIPE_OPTIONS@ # $Format: "LYNX_VERSION = $ProjectVersion$"$ -LYNX_VERSION = 2.8.8dev.9 +LYNX_VERSION = 2.8.8dev.10 ## This is the version which we are developing (or, upon release, make this ## the same). Use no dots in the name, since it must work on VMS and MS-DOS. diff --git a/userdefs.h b/userdefs.h index 73aa1b5b..e07d7aee 100644 --- a/userdefs.h +++ b/userdefs.h @@ -1,5 +1,5 @@ /* - * $LynxId: userdefs.h,v 1.267 2011/06/13 00:55:35 tom Exp $ + * $LynxId: userdefs.h,v 1.268 2012/02/13 02:46:17 tom Exp $ * * Lynx - Hypertext navigation system * @@ -1432,11 +1432,11 @@ * the version definition with the Project Version on checkout. Just * ignore it. - kw */ /* $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$ */ -#define LYNX_VERSION "2.8.8dev.9" +#define LYNX_VERSION "2.8.8dev.10" #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 "Sun, 12 Jun 2011 17:18:54 -0700" +#define LYNX_DATE "Sun, 12 Feb 2012 18:46:17 -0800" #define LYNX_DATE_OFF 5 /* truncate the automatically-generated date */ #define LYNX_DATE_LEN 11 /* truncate the automatically-generated date */ |