diff options
author | Matthew Johnson <mjj29@hecate.trinhall.cam.ac.uk> | 2006-12-25 21:14:41 +0000 |
---|---|---|
committer | Matthew Johnson <mjj29@hecate.trinhall.cam.ac.uk> | 2006-12-25 21:14:41 +0000 |
commit | 648ce9694ab64115317375f5a779eead513a98ac (patch) | |
tree | ae6af0a7f0b18530e87dbf2bdfc03ac6bdb79f4f /Makefile | |
parent | c3ec6f6a6385b4b001559a744145a87e93955c0c (diff) |
more fixes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,8 +41,8 @@ JAVAUNIXJARDIR?=/usr/share/java DEBUG=disable # Version numbering -VERSION = 1.13 -RELEASEVERSION = 1.12 +VERSION = 2.0 +RELEASEVERSION = 2.0 all: libdbus-java-$(VERSION).jar dbus-java-viewer-$(VERSION).jar bin/ListDBus bin/CreateInterface bin/DBusViewer |