summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-08-31 17:22:29 +0000
committerLennart Poettering <lennart@poettering.net>2006-08-31 17:22:29 +0000
commit50c10f3b83474d421f78b898ce374bdafd3cd9bc (patch)
treeb8b082a5a4328406b8b17480db105354f87e20c1
parent1c06401a7a65f270d0b3ffe8fa6f97cb85859cd2 (diff)
bump D-Bus API revision (forgotten in 0.6.13)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1297 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--avahi-common/dbus.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/avahi-common/dbus.h b/avahi-common/dbus.h
index f11eb17..a93988d 100644
--- a/avahi-common/dbus.h
+++ b/avahi-common/dbus.h
@@ -22,7 +22,7 @@
USA.
***/
-/** \file dbus.h Some definitions for the DBUS interface */
+/** \file dbus.h Some definitions for the D-Bus interface */
#include <avahi-common/cdecl.h>
#include <dbus/dbus.h>
@@ -41,14 +41,14 @@ AVAHI_C_DECL_BEGIN
#define AVAHI_DBUS_INTERFACE_SERVICE_RESOLVER AVAHI_DBUS_NAME".ServiceResolver"
#define AVAHI_DBUS_INTERFACE_RECORD_BROWSER AVAHI_DBUS_NAME".RecordBrowser"
-/** The DBUS API version identifier. The first byte specifies the API
+/** The D-Bus API version identifier. The first byte specifies the API
release, the second byte specifies the revision. If the revision
number is increased the API has been extended but is downwards
compatible. If the release changes compatibility is lost.
Avahi 0.6 implements API version 0x0201;
Avahi 0.6.1 implements API version 0x0202 */
-#define AVAHI_DBUS_API_VERSION ((uint32_t) 0x0202)
+#define AVAHI_DBUS_API_VERSION ((uint32_t) 0x0203)
#define AVAHI_DBUS_ERR_OK "org.freedesktop.Avahi.Success"
#define AVAHI_DBUS_ERR_FAILURE "org.freedesktop.Avahi.Failure"