diff options
Diffstat (limited to 'userdefs.h')
-rw-r--r-- | userdefs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/userdefs.h b/userdefs.h index c44fd31b..5355b27b 100644 --- a/userdefs.h +++ b/userdefs.h @@ -1339,11 +1339,11 @@ * the version definition with the Project Version on checkout. Just * ignore it. - kw */ /* $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$ */ -#define LYNX_VERSION "2.8.3rel.1" +#define LYNX_VERSION "2.8.4dev.1" #define LYNX_WWW_HOME "http://lynx.browser.org/" #define LYNX_WWW_DIST "http://lynx.isc.org/current/" /* $Format: "#define LYNX_DATE \"$ProjectDate$\""$ */ -#define LYNX_DATE "Sun, 23 Apr 2000 18:44:03 -0700" +#define LYNX_DATE "Fri, 05 May 2000 07:01:56 -0700" #define LYNX_DATE_OFF 5 /* truncate the automatically-generated date */ #define LYNX_DATE_LEN 11 /* truncate the automatically-generated date */ |