about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--PACKAGE/version.iss2
-rwxr-xr-xconfigure2
-rw-r--r--configure.in6
-rw-r--r--lynx.cfg6
-rw-r--r--userdefs.h6
5 files changed, 11 insertions, 11 deletions
diff --git a/PACKAGE/version.iss b/PACKAGE/version.iss
index 3c22a76e..1349a451 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.3"
+#define LYNX_VERSION "2.8.7pre.4"
 

 #define MyAppName "Lynx"

 #define MyAppPublisher "Thomas E Dickey"

diff --git a/configure b/configure
index dff23dfa..4949be25 100755
--- a/configure
+++ b/configure
@@ -1239,7 +1239,7 @@ fi;
 
 PACKAGE=lynx
 # $Format: "VERSION=$ProjectVersion$"$
-VERSION=2.8.7pre.3
+VERSION=2.8.7pre.4
 
 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 a3841953..de55e063 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-dnl $LynxId: configure.in,v 1.193 2009/05/25 21:18:37 tom Exp $
+dnl $LynxId: configure.in,v 1.194 2009/05/26 00:36:19 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.3)
+AC_REVISION(2.8.7pre.4)
 
 # 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.3
+VERSION=2.8.7pre.4
 
 AC_SUBST(PACKAGE)
 AC_SUBST(VERSION)
diff --git a/lynx.cfg b/lynx.cfg
index e1fd5885..6e73f42b 100644
--- a/lynx.cfg
+++ b/lynx.cfg
@@ -1,13 +1,13 @@
-# $LynxId: lynx.cfg,v 1.177 2009/05/25 21:19:27 tom Exp $
+# $LynxId: lynx.cfg,v 1.178 2009/05/26 00:36:19 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.3"
+#PRCS LYNX_VERSION "2.8.7pre.4"
 #
 # $Format: "#PRCS LYNX_DATE \"$ProjectDate$\""$
-#PRCS LYNX_DATE "Mon, 25 May 2009 14:05:31 -0700"
+#PRCS LYNX_DATE "Mon, 25 May 2009 17:10:12 -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 0948026b..103b0454 100644
--- a/userdefs.h
+++ b/userdefs.h
@@ -1,5 +1,5 @@
 /*
- * $LynxId: userdefs.h,v 1.244 2009/05/25 21:18:37 tom Exp $
+ * $LynxId: userdefs.h,v 1.245 2009/05/26 00:36:19 tom Exp $
  *
  * Lynx - Hypertext navigation system
  *
@@ -1420,11 +1420,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.3"
+#define LYNX_VERSION "2.8.7pre.4"
 #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 14:05:31 -0700"
+#define LYNX_DATE "Mon, 25 May 2009 17:10:12 -0700"
 #define LYNX_DATE_OFF 5		/* truncate the automatically-generated date */
 #define LYNX_DATE_LEN 11	/* truncate the automatically-generated date */