diff options
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) |