diff options
-rw-r--r-- | CHANGES | 3 | ||||
-rw-r--r-- | PACKAGE/version.iss | 13 | ||||
-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 |
7 files changed, 14 insertions, 26 deletions
diff --git a/CHANGES b/CHANGES index 3507b63b..5e6fe90e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,9 @@ --- $LynxId: CHANGES,v 1.700 2013/11/28 19:19:29 tom Exp $ +-- $LynxId: CHANGES,v 1.701 2013/11/29 01:16:04 tom Exp $ =============================================================================== Changes since Lynx 2.8 release =============================================================================== +2013-11-28 (2.8.8pre.1) 2013-11-28 (2.8.8dev.17) * revise/update counts in README.metrics, using a script replacing a manual procedure -TD diff --git a/PACKAGE/version.iss b/PACKAGE/version.iss deleted file mode 100644 index 23b57324..00000000 --- a/PACKAGE/version.iss +++ /dev/null @@ -1,13 +0,0 @@ -; version used for Inno Setup files. - -; $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$ -#define LYNX_VERSION "2.8.8dev.17" - -; most-recent full release and target -#define LYNX_RELEASE "2.8.7" -#define LYNX_TARGETS "2.8.8" - -#define MyAppName "Lynx - web browser" -#define MyAppPublisher "Thomas E Dickey" -#define MyAppURL "http://lynx.isc.org" -#define MyAppVerName "Lynx " + LYNX_VERSION diff --git a/configure b/configure index 37ef1815..2adbfcb9 100755 --- a/configure +++ b/configure @@ -1273,7 +1273,7 @@ rm conftest.sed PACKAGE=lynx # $Format: "VERSION=$ProjectVersion$"$ -VERSION=2.8.8dev.17 +VERSION=2.8.8pre.1 echo "$as_me:1278: checking for DESTDIR" >&5 echo $ECHO_N "checking for DESTDIR... $ECHO_C" >&6 diff --git a/configure.in b/configure.in index fe7cdee1..368fc273 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $LynxId: configure.in,v 1.252 2013/10/23 22:31:51 tom Exp $ +dnl $LynxId: configure.in,v 1.253 2013/11/29 00:52:56 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.17) +AC_REVISION(2.8.8pre.1) # 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.17 +VERSION=2.8.8pre.1 AC_SUBST(PACKAGE) AC_SUBST(VERSION) diff --git a/lynx.cfg b/lynx.cfg index 9973a772..f81d79c2 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -1,13 +1,13 @@ -# $LynxId: lynx.cfg,v 1.230 2013/11/29 00:52:56 tom Exp $ +# $LynxId: lynx.cfg,v 1.231 2013/11/29 00:52:56 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.17" +#PRCS LYNX_VERSION "2.8.8pre.1" # # $Format: "#PRCS LYNX_DATE \"$ProjectDate$\""$ -#PRCS LYNX_DATE "Thu, 28 Nov 2013 16:52:56 -0800" +#PRCS LYNX_DATE "Thu, 28 Nov 2013 17:17:12 -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 f701baa2..50b816df 100644 --- a/makefile.in +++ b/makefile.in @@ -1,4 +1,4 @@ -# $LynxId: makefile.in,v 1.132 2013/10/16 10:45:19 tom Exp $ +# $LynxId: makefile.in,v 1.133 2013/11/29 00:52:56 tom Exp $ ##makefile for lynx SHELL = @CONFIG_SHELL@ @@ -38,7 +38,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.17 +LYNX_VERSION = 2.8.8pre.1 ## 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 b1279241..67a8833e 100644 --- a/userdefs.h +++ b/userdefs.h @@ -1,5 +1,5 @@ /* - * $LynxId: userdefs.h,v 1.279 2013/11/29 00:52:56 tom Exp $ + * $LynxId: userdefs.h,v 1.280 2013/11/29 00:52:56 tom Exp $ * * Lynx - Hypertext navigation system * @@ -1438,11 +1438,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.17" +#define LYNX_VERSION "2.8.8pre.1" #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 "Thu, 28 Nov 2013 16:52:56 -0800" +#define LYNX_DATE "Thu, 28 Nov 2013 17:17:12 -0800" #define LYNX_DATE_OFF 5 /* truncate the automatically-generated date */ #define LYNX_DATE_LEN 11 /* truncate the automatically-generated date */ |