about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2013-07-29 21:38:35 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2013-07-29 21:38:35 -0400
commit25d373d6c7ac8286aa4ba85bde38f082acc7c4f6 (patch)
tree7743ca534c0ee64dac3d14821eab720820a8542c
parentf075bbffd23155cd111ddd6e61b5c8af74381fda (diff)
downloadlynx-snapshots-25d373d6c7ac8286aa4ba85bde38f082acc7c4f6.tar.gz
snapshot of project "lynx", label v2-8-8dev_16
-rw-r--r--CHANGES4
-rwxr-xr-xconfigure2
-rw-r--r--configure.in6
-rw-r--r--lynx.cfg6
-rw-r--r--makefile.in4
-rw-r--r--userdefs.h6
6 files changed, 14 insertions, 14 deletions
diff --git a/CHANGES b/CHANGES
index 4152bf5e..b126cfee 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,9 @@
--- $LynxId: CHANGES,v 1.652 2013/07/29 00:56:09 tom Exp $
+-- $LynxId: CHANGES,v 1.653 2013/07/29 19:54:21 tom Exp $
 ===============================================================================
 Changes since Lynx 2.8 release
 ===============================================================================
 
-2013-07-28 (2.8.8dev.16)
+2013-07-29 (2.8.8dev.16)
 * build-fix for setmode() definition on Cygwin -TD
 * modify HTUtils.h to work around header conflict with Cygwin w32api and
   openssl 1.0.1e (prompted by report/patch by Supriyo Biswas) -TD
diff --git a/configure b/configure
index 6e6f68c4..65f36ab7 100755
--- a/configure
+++ b/configure
@@ -1271,7 +1271,7 @@ rm conftest.sed
 
 PACKAGE=lynx
 # $Format: "VERSION=$ProjectVersion$"$
-VERSION=2.8.8dev.15
+VERSION=2.8.8dev.16
 
 echo "$as_me:1276: checking for DESTDIR" >&5
 echo $ECHO_N "checking for DESTDIR... $ECHO_C" >&6
diff --git a/configure.in b/configure.in
index efb3b65d..edab037a 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-dnl $LynxId: configure.in,v 1.247 2013/05/01 08:54:16 tom Exp $
+dnl $LynxId: configure.in,v 1.248 2013/07/29 21:38:35 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.15)
+AC_REVISION(2.8.8dev.16)
 
 # 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.15
+VERSION=2.8.8dev.16
 
 AC_SUBST(PACKAGE)
 AC_SUBST(VERSION)
diff --git a/lynx.cfg b/lynx.cfg
index 9f36dbe0..b7f5fdd5 100644
--- a/lynx.cfg
+++ b/lynx.cfg
@@ -1,13 +1,13 @@
-# $LynxId: lynx.cfg,v 1.225 2013/06/02 20:06:02 tom Exp $
+# $LynxId: lynx.cfg,v 1.226 2013/07/29 21:38:35 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.15"
+#PRCS LYNX_VERSION "2.8.8dev.16"
 #
 # $Format: "#PRCS LYNX_DATE \"$ProjectDate$\""$
-#PRCS LYNX_DATE "Sun, 18 Nov 2012 16:20:40 -0800"
+#PRCS LYNX_DATE "Mon, 29 Jul 2013 14:38:35 -0700"
 #
 # 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 8596eba0..2b91ef97 100644
--- a/makefile.in
+++ b/makefile.in
@@ -1,4 +1,4 @@
-# $LynxId: makefile.in,v 1.128 2012/11/19 00:20:40 tom Exp $
+# $LynxId: makefile.in,v 1.129 2013/07/29 21:38:35 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.15
+LYNX_VERSION	= 2.8.8dev.16
 
 ## 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 0c0f40a5..43ec6d18 100644
--- a/userdefs.h
+++ b/userdefs.h
@@ -1,5 +1,5 @@
 /*
- * $LynxId: userdefs.h,v 1.274 2013/06/12 09:20:28 tom Exp $
+ * $LynxId: userdefs.h,v 1.275 2013/07/29 21:38:35 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.15"
+#define LYNX_VERSION "2.8.8dev.16"
 #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, 18 Nov 2012 16:20:40 -0800"
+#define LYNX_DATE "Mon, 29 Jul 2013 14:38:35 -0700"
 #define LYNX_DATE_OFF 5		/* truncate the automatically-generated date */
 #define LYNX_DATE_LEN 11	/* truncate the automatically-generated date */