diff options
Diffstat (limited to 'makefile.in')
-rw-r--r-- | makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/makefile.in b/makefile.in index a5ff4923..f39b4951 100644 --- a/makefile.in +++ b/makefile.in @@ -1,4 +1,4 @@ -# $LynxId: makefile.in,v 1.171 2018/06/10 21:09:45 tom Exp $ +# $LynxId: makefile.in,v 1.173 2018/07/08 10:56:19 tom Exp $ ##makefile for lynx SHELL = @CONFIG_SHELL@ @@ -45,14 +45,14 @@ 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.9pre.1 +LYNX_VERSION = 2.8.9rel.1 ## 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. -VERSION = 2-8-8 +VERSION = 2-8-9 ##this is the name of the directory the lynx source code is in. -##(e.g., lynx2-8-8, not the full path) +##(e.g., lynx2-8-9, not the full path) lynxdir= lynx$(VERSION) lynxname= lynx$(VERSION) |