about summary refs log tree commit diff stats
path: root/userdefs.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2000-04-24 02:26:51 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2000-04-24 02:26:51 -0400
commit4495b73b691d8f3037361f55f08fc37abc9f2b08 (patch)
tree4d8ee4b90d42b92f718e563a4cd639e57ade524e /userdefs.h
parent88351188083a43680e5ca8eb51ce1870c60d1189 (diff)
downloadlynx-snapshots-4495b73b691d8f3037361f55f08fc37abc9f2b08.tar.gz
snapshot of project "lynx", label v2-8-3rel_1
Diffstat (limited to 'userdefs.h')
-rw-r--r--userdefs.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/userdefs.h b/userdefs.h
index 322f7010..c44fd31b 100644
--- a/userdefs.h
+++ b/userdefs.h
@@ -1339,15 +1339,13 @@
  * the version definition with the Project Version on checkout.  Just
  * ignore it. - kw */
 /* $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$ */
-#define LYNX_VERSION "2.8.3pre.8"
+#define LYNX_VERSION "2.8.3rel.1"
 #define LYNX_WWW_HOME "http://lynx.browser.org/"
 #define LYNX_WWW_DIST "http://lynx.isc.org/current/"
-#define LYNX_RELEASE FALSE
 /* $Format: "#define LYNX_DATE \"$ProjectDate$\""$ */
-#define LYNX_DATE "Sat, 22 Apr 2000 18:16:38 -0700"
+#define LYNX_DATE "Sun, 23 Apr 2000 18:44:03 -0700"
 #define LYNX_DATE_OFF 5		/* truncate the automatically-generated date */
 #define LYNX_DATE_LEN 11	/* truncate the automatically-generated date */
-#define LYNX_RELEASE_DATE "1999"
 
 #define LINESIZE 1024		/* max length of line to read from file */
 #define MAXHIST  1024		/* max links we remember in history */