diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2011-01-10 10:27:52 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2011-01-10 10:27:52 -0500 |
commit | 84ece865f60532ee0c5c2ebd367a26bf831d2988 (patch) | |
tree | 14d23050ee0c3e139e4839738a05914dd718d859 /makefile.in | |
parent | 8d8e6faf5fdb7a3492cae147fac00e582ae324f7 (diff) | |
download | lynx-snapshots-84ece865f60532ee0c5c2ebd367a26bf831d2988.tar.gz |
snapshot of project "lynx", label v2-8-8dev_8
Diffstat (limited to 'makefile.in')
-rw-r--r-- | makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile.in b/makefile.in index d5763697..75e55464 100644 --- a/makefile.in +++ b/makefile.in @@ -1,4 +1,4 @@ -# $LynxId: makefile.in,v 1.116 2010/12/11 15:26:32 tom Exp $ +# $LynxId: makefile.in,v 1.117 2011/01/10 10:22:59 tom Exp $ ##makefile for lynx SHELL = @CONFIG_SHELL@ @@ -37,7 +37,7 @@ TAR_UP = $(TAR) @TAR_UP_OPTIONS@ @TAR_PIPE_OPTIONS@ TAR_DOWN = $(TAR) @TAR_DOWN_OPTIONS@ @TAR_PIPE_OPTIONS@ # $Format: "LYNX_VERSION = $ProjectVersion$"$ -LYNX_VERSION = 2.8.8dev.7 +LYNX_VERSION = 2.8.8dev.8 ## This is the version which we are developing (or, upon release, make this ## the same). Use no dots in the name, since it must work on VMS and MS-DOS. |