summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Johnson <mjj29@hecate.trinhall.cam.ac.uk>2006-11-13 12:07:22 +0000
committerMatthew Johnson <mjj29@hecate.trinhall.cam.ac.uk>2006-11-13 12:07:22 +0000
commitc88c3e7be6d9c4c69d2806027cc2a38302c919b9 (patch)
tree802f0bf8181760296d7f61aebd153444cec4526e /Makefile
parent4a3b144695a52dc62d9fb617d77a11e91407f30f (diff)
start on v1.11
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e09d46d..667f58d 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.10
-RELEASEVERSION = 1.9
+VERSION = 1.11
+RELEASEVERSION = 1.10
# Usage: cflags-y += $(call cc-option, -march=winchip-c6, -march=i586)
cc-option = $(shell if $(CC) $(1) -S -o /dev/null -xc /dev/null \