diff options
Diffstat (limited to 'userdefs.h')
-rw-r--r-- | userdefs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/userdefs.h b/userdefs.h index 3f4775d5..e5ac28f0 100644 --- a/userdefs.h +++ b/userdefs.h @@ -1,12 +1,12 @@ /* - * $LynxId: userdefs.h,v 1.317 2015/12/22 01:45:35 tom Exp $ + * $LynxId: userdefs.h,v 1.319 2016/04/11 00:42:17 tom Exp $ * * Lynx - Hypertext navigation system * * (c) Copyright 1992, 1993, 1994 University of Kansas * 1995, 1996: GNU General Public License * - * Copyright 1996-2014,2015 Thomas E. Dickey and Lynx Developers Group + * Copyright 1996-2015,2016 Thomas E. Dickey and Lynx Developers Group * Note: GNU General Public License is not a copyright. */ @@ -1442,11 +1442,11 @@ * the version definition with the Project Version on checkout. Just * ignore it. - kw */ /* $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$ */ -#define LYNX_VERSION "2.8.9dev.8" +#define LYNX_VERSION "2.8.9dev.9" #define LYNX_WWW_HOME "http://lynx.invisible-island.net/" #define LYNX_WWW_DIST "http://lynx.invisible-island.net/current/" /* $Format: "#define LYNX_DATE \"$ProjectDate$\""$ */ -#define LYNX_DATE "Mon, 21 Dec 2015 20:45:35 -0500" +#define LYNX_DATE "Sun, 10 Apr 2016 20:23:19 -0400" #define LYNX_DATE_OFF 5 /* truncate the automatically-generated date */ #define LYNX_DATE_LEN 11 /* truncate the automatically-generated date */ |