about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2008-04-28 00:48:35 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2008-04-28 00:48:35 -0400
commitd303ca5bc3cf17d268f2c9b72ee0c222914d7389 (patch)
tree5b88f5edf822400c07cec9c02e52f5d372601621
parent55e20c790925b61bc9ac0e37ce15950287b813cb (diff)
downloadlynx-snapshots-d303ca5bc3cf17d268f2c9b72ee0c222914d7389.tar.gz
snapshot of project "lynx", label v2-8-7dev_9
-rwxr-xr-xconfigure2
-rw-r--r--configure.in6
-rw-r--r--lynx.cfg6
-rw-r--r--userdefs.h6
4 files changed, 10 insertions, 10 deletions
diff --git a/configure b/configure
index 6baf2e39..30ace73a 100755
--- a/configure
+++ b/configure
@@ -1236,7 +1236,7 @@ fi;
 
 PACKAGE=lynx
 # $Format: "VERSION=$ProjectVersion$"$
-VERSION=2.8.7dev.7
+VERSION=2.8.7dev.9
 
 echo "$as_me:1241: checking for DESTDIR" >&5
 echo $ECHO_N "checking for DESTDIR... $ECHO_C" >&6
diff --git a/configure.in b/configure.in
index 4eed3c1f..362f6c4e 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-dnl $LynxId: configure.in,v 1.164 2008/04/13 20:05:41 tom Exp $
+dnl $LynxId: configure.in,v 1.165 2008/04/28 00:47:04 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.7dev.7)
+AC_REVISION(2.8.7dev.9)
 
 # 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.7dev.7
+VERSION=2.8.7dev.9
 
 AC_SUBST(PACKAGE)
 AC_SUBST(VERSION)
diff --git a/lynx.cfg b/lynx.cfg
index bc15a730..531d9c67 100644
--- a/lynx.cfg
+++ b/lynx.cfg
@@ -1,13 +1,13 @@
-# $LynxId: lynx.cfg,v 1.159 2008/04/11 23:22:33 tom Exp $
+# $LynxId: lynx.cfg,v 1.160 2008/04/28 00:47:42 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.7dev.8"
+#PRCS LYNX_VERSION "2.8.7dev.9"
 #
 # $Format: "#PRCS LYNX_DATE \"$ProjectDate$\""$
-#PRCS LYNX_DATE "Sun, 17 Feb 2008 14:00:58 -0800"
+#PRCS LYNX_DATE "Sun, 27 Apr 2008 17:10:25 -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 67e85042..d63338d9 100644
--- a/userdefs.h
+++ b/userdefs.h
@@ -1,5 +1,5 @@
 /*
- * $LynxId: userdefs.h,v 1.233 2008/02/10 23:30:04 tom Exp $
+ * $LynxId: userdefs.h,v 1.234 2008/04/28 00:48:35 tom Exp $
  *
  * Lynx - Hypertext navigation system
  *
@@ -1414,11 +1414,11 @@
  * the version definition with the Project Version on checkout.  Just
  * ignore it. - kw */
 /* $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$ */
-#define LYNX_VERSION "2.8.7dev.7"
+#define LYNX_VERSION "2.8.7dev.9"
 #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, 02 Aug 2007 17:04:46 -0700"
+#define LYNX_DATE "Sun, 27 Apr 2008 17:10:25 -0700"
 #define LYNX_DATE_OFF 5		/* truncate the automatically-generated date */
 #define LYNX_DATE_LEN 11	/* truncate the automatically-generated date */
 
&id=fb942da8a9ffc2e52f5e838a5f57decae67bcabb'>^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47