diff options
author | Ted Gould <ted@gould.cx> | 2012-03-30 08:31:59 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-03-30 08:31:59 -0500 |
commit | 10a0d01be7c04b0538fa183451d18950d613b563 (patch) | |
tree | 94fc830a4a06c63eecfba7eeefcab8581c977c6a | |
parent | bb56c3bea31c39f87dae1977ac589cc8313d7f1a (diff) | |
download | libdbusmenu-10a0d01be7c04b0538fa183451d18950d613b563.tar.gz libdbusmenu-10a0d01be7c04b0538fa183451d18950d613b563.tar.bz2 libdbusmenu-10a0d01be7c04b0538fa183451d18950d613b563.zip |
Bumping the version of the wire protocol
-rw-r--r-- | libdbusmenu-glib/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-glib/server.c b/libdbusmenu-glib/server.c index a8e9214..d85c5fa 100644 --- a/libdbusmenu-glib/server.c +++ b/libdbusmenu-glib/server.c @@ -42,7 +42,7 @@ License version 3 and version 2.1 along with this program. If not, see static void layout_update_signal (DbusmenuServer * server); -#define DBUSMENU_VERSION_NUMBER 2 +#define DBUSMENU_VERSION_NUMBER 3 #define DBUSMENU_INTERFACE "com.canonical.dbusmenu" /* Privates, I'll show you mine... */ |