diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2010-12-11 15:26:32 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2010-12-11 15:26:32 -0500 |
commit | 14ee67ba5e4e2df67004f0e7e27fb1df993c5619 (patch) | |
tree | 6b2a62418c88e8f5bce1cb31eb5a4b03165d354b /makefile.in | |
parent | f6ef3f03e831c3e150a18f31675862794e6c8c7f (diff) | |
download | lynx-snapshots-14ee67ba5e4e2df67004f0e7e27fb1df993c5619.tar.gz |
snapshot of project "lynx", label v2-8-8dev_7
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 37bacdaa..d5763697 100644 --- a/makefile.in +++ b/makefile.in @@ -1,4 +1,4 @@ -# $LynxId: makefile.in,v 1.115 2010/10/04 09:53:59 tom Exp $ +# $LynxId: makefile.in,v 1.116 2010/12/11 15:26:32 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.6 +LYNX_VERSION = 2.8.8dev.7 ## 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. |