changed version to 2.1
authorewt <devnull@localhost>
Mon, 10 Jun 1996 17:39:26 +0000 (17:39 +0000)
committerewt <devnull@localhost>
Mon, 10 Jun 1996 17:39:26 +0000 (17:39 +0000)
CVS patchset: 629
CVS date: 1996/06/10 17:39:26

Makefile.in

index 33a0eff..665eeb1 100644 (file)
@@ -11,10 +11,10 @@ prefix=$(ROOT)/usr
 
 WARNINGS = -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes 
 CFLAGS = $(WARNINGS) $(DEBUG) $(OPTS) -Ilib -Ibuild -I../lib -I../build
-LDFLAGS = $(DEBUG) -Llib -Lbuild -L../lib -L../build
+LDFLAGS = $(DEBUG) -Llib -Lbuild -L../lib -L../build 
 AR = ar r
 RANLIB = ranlib
-VERSION=2.0.11
+VERSION = 2.1
 
 BINDIR=$(prefix)/bin
 RPMBINDIR=$(subst usr/bin,bin,$(BINDIR))