diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \ |