summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Johnson <mjj29@hecate.trinhall.cam.ac.uk>2006-11-17 14:24:31 +0000
committerMatthew Johnson <mjj29@hecate.trinhall.cam.ac.uk>2006-11-17 14:24:31 +0000
commit3c05f3dbc963d426c2189f52f68c98abb13c7bee (patch)
tree0da3c2e2543972af59891763f7d161fe786690d3 /Makefile
parent867f61377cef54cd452eb9e6c40db79644b35040 (diff)
should be version 1.12 in HEAD
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 667f58d..4699d60 100644
--- a/Makefile
+++ b/Makefile
@@ -38,8 +38,8 @@ BINPREFIX?=$(PREFIX)/bin
DOCPREFIX?=$(PREFIX)/share/doc/libdbus-java
MANPREFIX?=$(PREFIX)/share/man/man1
-VERSION = 1.11
-RELEASEVERSION = 1.10
+VERSION = 1.12
+RELEASEVERSION = 1.11
# Usage: cflags-y += $(call cc-option, -march=winchip-c6, -march=i586)
cc-option = $(shell if $(CC) $(1) -S -o /dev/null -xc /dev/null \