diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2001-07-25 00:54:30 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2001-07-25 00:54:30 -0400 |
commit | 864412f0359169368927737c2908ff357ea343a0 (patch) | |
tree | b7aeae150ebc564c421b39ca20e07c00e060562a /makefile.in | |
parent | 6e9e7ef2b46e5342abc371216f4851517278a494 (diff) | |
download | lynx-snapshots-864412f0359169368927737c2908ff357ea343a0.tar.gz |
snapshot of project "lynx", label v2-8-5dev_1
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 cc9505a8..951e3f1c 100644 --- a/makefile.in +++ b/makefile.in @@ -28,10 +28,10 @@ LN_S = @LN_S@ ## 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-4 +VERSION = 2-8-5 ##this is the name of the directory the lynx source code is in. -##(e.g., lynx2-8-4, not the full path) +##(e.g., lynx2-8-5, not the full path) lynxdir= lynx$(VERSION) lynxname= lynx$(VERSION) |