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 255ff217..e900e70e 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.11" +#define LYNX_VERSION "2.8.8dev.12" #define MyAppName "Lynx" #define MyAppPublisher "Thomas E Dickey" diff --git a/configure b/configure index da579b3d..381cc9e4 100755 --- a/configure +++ b/configure @@ -1261,7 +1261,7 @@ rm conftest.sed PACKAGE=lynx # $Format: "VERSION=$ProjectVersion$"$ -VERSION=2.8.8dev.11 +VERSION=2.8.8dev.12 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 eeb1a886..2de2fc10 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $LynxId: configure.in,v 1.234 2012/02/20 02:08:17 tom Exp $ +dnl $LynxId: configure.in,v 1.235 2012/02/23 02:08:07 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.11) +AC_REVISION(2.8.8dev.12) # 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.11 +VERSION=2.8.8dev.12 AC_SUBST(PACKAGE) AC_SUBST(VERSION) diff --git a/lynx.cfg b/lynx.cfg index e24ad9dd..6ebcbf3e 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -1,13 +1,13 @@ -# $LynxId: lynx.cfg,v 1.217 2012/02/20 02:08:17 tom Exp $ +# $LynxId: lynx.cfg,v 1.218 2012/02/23 02:08:07 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.11" +#PRCS LYNX_VERSION "2.8.8dev.12" # # $Format: "#PRCS LYNX_DATE \"$ProjectDate$\""$ -#PRCS LYNX_DATE "Sun, 19 Feb 2012 18:13:57 -0800" +#PRCS LYNX_DATE "Wed, 22 Feb 2012 18:03:33 -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 692012f1..2eea41d3 100644 --- a/makefile.in +++ b/makefile.in @@ -1,4 +1,4 @@ -# $LynxId: makefile.in,v 1.121 2012/02/20 02:08:17 tom Exp $ +# $LynxId: makefile.in,v 1.122 2012/02/23 02:08:07 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.11 +LYNX_VERSION = 2.8.8dev.12 ## 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 5da2f2db..2cdbec3c 100644 --- a/userdefs.h +++ b/userdefs.h @@ -1,5 +1,5 @@ /* - * $LynxId: userdefs.h,v 1.269 2012/02/20 02:08:17 tom Exp $ + * $LynxId: userdefs.h,v 1.270 2012/02/23 02:08:07 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.11" +#define LYNX_VERSION "2.8.8dev.12" #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, 19 Feb 2012 18:13:57 -0800" +#define LYNX_DATE "Wed, 22 Feb 2012 18:03:33 -0800" #define LYNX_DATE_OFF 5 /* truncate the automatically-generated date */ #define LYNX_DATE_LEN 11 /* truncate the automatically-generated date */ |