summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorewt <devnull@localhost>1996-07-16 16:54:36 +0000
committerewt <devnull@localhost>1996-07-16 16:54:36 +0000
commit85650608a28da2528973cf42b62461434c0daec6 (patch)
tree86b85faa11e061a7a4200db8a14b07e643bdfe0a /Makefile.in
parent0382eab6a96bd6ea55eb1981c1f703e458f09552 (diff)
downloadrpm-85650608a28da2528973cf42b62461434c0daec6.tar.gz
rpm-85650608a28da2528973cf42b62461434c0daec6.tar.bz2
rpm-85650608a28da2528973cf42b62461434c0daec6.zip
changed version to 2.2 (2.1.3 was never publically released)
CVS patchset: 861 CVS date: 1996/07/16 16:54:36
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 48600672c..44ed45dcf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -18,7 +18,7 @@ CFLAGS = $(WARNINGS) $(DEBUG) $(OPTS) -Ilib -Ibuild -I../lib -I../build
LDFLAGS = $(DEBUG) -Llib -Lbuild -L../lib -L../build
AR = ar r
RANLIB = ranlib
-VERSION = 2.1.3
+VERSION = 2.2
BINDIR=$(prefix)/bin
RPMBINDIR=$(subst usr/bin,bin,$(BINDIR))