diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index f8c809dd2..e5476d68b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,7 +14,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.0.10 +VERSION=2.0.11 BINDIR=$(prefix)/bin RPMBINDIR=$(subst usr/bin,bin,$(BINDIR)) |