diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2006-10-13 00:28:00 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2006-10-13 00:28:00 -0400 |
commit | 39be21ba143146c614e9d24b51f6707c8c44eddb (patch) | |
tree | f689a6c618d3e718baaf2f15e9d839d3e9a38a72 /makefile.in | |
parent | 7afb3514dddd702d7dbc437c86feb99ae4513eb0 (diff) | |
download | lynx-snapshots-39be21ba143146c614e9d24b51f6707c8c44eddb.tar.gz |
snapshot of project "lynx", label v2-8-7dev_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 e83c11dc..b45f6480 100644 --- a/makefile.in +++ b/makefile.in @@ -36,10 +36,10 @@ TAR_DOWN = $(TAR) @TAR_DOWN_OPTIONS@ @TAR_PIPE_OPTIONS@ ## 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-6 +VERSION = 2-8-7 ##this is the name of the directory the lynx source code is in. -##(e.g., lynx2-8-6, not the full path) +##(e.g., lynx2-8-7, not the full path) lynxdir= lynx$(VERSION) lynxname= lynx$(VERSION) |