diff options
-rw-r--r-- | PACKAGE/version.iss | 2 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 6 | ||||
-rw-r--r-- | lynx.cfg | 7 | ||||
-rw-r--r-- | samples/lynx.ico | bin | 5174 -> 0 bytes | |||
-rw-r--r-- | userdefs.h | 6 |
6 files changed, 12 insertions, 11 deletions
diff --git a/PACKAGE/version.iss b/PACKAGE/version.iss index bf73963c..f8952fec 100644 --- a/PACKAGE/version.iss +++ b/PACKAGE/version.iss @@ -1,7 +1,7 @@ ; version used for Inno Setup files. ; $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$ -#define LYNX_VERSION "2.8.7dev.11" +#define LYNX_VERSION "2.8.7dev.12" #define MyAppName "Lynx" #define MyAppPublisher "Thomas E Dickey" diff --git a/configure b/configure index e80af8eb..43bbe70d 100755 --- a/configure +++ b/configure @@ -1239,7 +1239,7 @@ fi; PACKAGE=lynx # $Format: "VERSION=$ProjectVersion$"$ -VERSION=2.8.7dev.11 +VERSION=2.8.7dev.12 echo "$as_me:1244: checking for DESTDIR" >&5 echo $ECHO_N "checking for DESTDIR... $ECHO_C" >&6 diff --git a/configure.in b/configure.in index a8e982e3..79a5adc2 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $LynxId: configure.in,v 1.181 2008/12/31 20:58:39 tom Exp $ +dnl $LynxId: configure.in,v 1.182 2009/01/01 01:22:26 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.11) +AC_REVISION(2.8.7dev.12) # 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.11 +VERSION=2.8.7dev.12 AC_SUBST(PACKAGE) AC_SUBST(VERSION) diff --git a/lynx.cfg b/lynx.cfg index 863df9ee..6eb82ab7 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -1,13 +1,13 @@ -# $LynxId: lynx.cfg,v 1.168 2008/12/28 21:35:23 tom Exp $ +# $LynxId: lynx.cfg,v 1.170 2009/01/01 01:22:26 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.11" +#PRCS LYNX_VERSION "2.8.7dev.12" # # $Format: "#PRCS LYNX_DATE \"$ProjectDate$\""$ -#PRCS LYNX_DATE "Sun, 14 Dec 2008 16:24:56 -0800" +#PRCS LYNX_DATE "Wed, 31 Dec 2008 17:22:26 -0800" # # Definition pairs are of the form VARIABLE:DEFINITION # NO spaces are allowed between the pair items. @@ -3566,6 +3566,7 @@ COLOR:6:brightred:black # Each BROKEN_FTP_EPSV gives a string match for the reported FTP server version #BROKEN_FTP_EPSV:(Version wu-2.6.2-12) +.h1 Appearance .h2 FTP_FORMAT # FTP_FORMAT defines the display for remote files. # It uses the same "%" codes as LIST_FORMAT. diff --git a/samples/lynx.ico b/samples/lynx.ico deleted file mode 100644 index 2bde5f8e..00000000 --- a/samples/lynx.ico +++ /dev/null Binary files differdiff --git a/userdefs.h b/userdefs.h index 9fce88ba..a97f23f6 100644 --- a/userdefs.h +++ b/userdefs.h @@ -1,5 +1,5 @@ /* - * $LynxId: userdefs.h,v 1.239 2008/12/26 21:02:32 tom Exp $ + * $LynxId: userdefs.h,v 1.240 2009/01/01 01:22:26 tom Exp $ * * Lynx - Hypertext navigation system * @@ -1420,11 +1420,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.11" +#define LYNX_VERSION "2.8.7dev.12" #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, 14 Dec 2008 16:24:56 -0800" +#define LYNX_DATE "Wed, 31 Dec 2008 17:22:26 -0800" #define LYNX_DATE_OFF 5 /* truncate the automatically-generated date */ #define LYNX_DATE_LEN 11 /* truncate the automatically-generated date */ |