diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2010-10-04 09:53:59 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2010-10-04 09:53:59 -0400 |
commit | f5cb2799ce40393d729dac32a29ab3eb86c71be9 (patch) | |
tree | a8d8eaab299ad313a331cc467df3e8d34f48a6f1 /makefile.in | |
parent | 71953b403f2b13e5001b00860cd425dd1e98e710 (diff) | |
download | lynx-snapshots-f5cb2799ce40393d729dac32a29ab3eb86c71be9.tar.gz |
snapshot of project "lynx", label v2-8-8dev_6
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 5aa42ee4..37bacdaa 100644 --- a/makefile.in +++ b/makefile.in @@ -1,4 +1,4 @@ -# $LynxId: makefile.in,v 1.114 2010/09/21 08:17:25 tom Exp $ +# $LynxId: makefile.in,v 1.115 2010/10/04 09:53: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.5 +LYNX_VERSION = 2.8.8dev.6 ## 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. |