about summary refs log tree commit diff stats
path: root/makefile.in
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2006-10-13 00:28:00 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2006-10-13 00:28:00 -0400
commit39be21ba143146c614e9d24b51f6707c8c44eddb (patch)
treef689a6c618d3e718baaf2f15e9d839d3e9a38a72 /makefile.in
parent7afb3514dddd702d7dbc437c86feb99ae4513eb0 (diff)
downloadlynx-snapshots-39be21ba143146c614e9d24b51f6707c8c44eddb.tar.gz
snapshot of project "lynx", label v2-8-7dev_1
Diffstat (limited to 'makefile.in')
-rw-r--r--makefile.in4
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)
 
href='#n146'>146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163