diff options
author | Matthew Johnson <mjj29@hecate.trinhall.cam.ac.uk> | 2007-01-11 10:59:34 +0000 |
---|---|---|
committer | Matthew Johnson <mjj29@hecate.trinhall.cam.ac.uk> | 2007-01-11 10:59:34 +0000 |
commit | 154a51bc8f5eec7a0e19b0bdb5bc4d5c329d1432 (patch) | |
tree | a48cddf840766bdcf8318563aefd1d367b1aa197 /Makefile | |
parent | e0de1f29ac286a3887e2953c2885742e1694f029 (diff) |
fix cross-test-client
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,8 +40,8 @@ JAVAUNIXJARDIR?=/usr/share/java DEBUG=disable # Version numbering -VERSION = 2.1 -RELEASEVERSION = 2.0 +VERSION = 2.2 +RELEASEVERSION = 2.1 DISTFILES=dbus-java.tex Makefile org tmp-session.conf CreateInterface.sgml DBusDaemon.sgml ListDBus.sgml DBusViewer.sgml changelog AUTHORS COPYING README INSTALL CreateInterface.sh DBusDaemon.sh ListDBus.sh DBusViewer.sh DBusDaemon.bat CreateInterface.bat ListDBus.bat DBusViewer.bat compile.bat |