diff options
author | Ted Gould <ted@gould.cx> | 2010-10-13 12:41:16 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-10-13 12:41:16 -0500 |
commit | de67e00eb07dbd06b6c53798653a690bb9b5fe85 (patch) | |
tree | a09dae9ff2abd717c6900534120dfbe8b9ae9630 /configure.ac | |
parent | ba03e53fb680f3efb84156fa35926fef2ea3b36d (diff) | |
parent | f8d472db4415096f7a5e99e14aa3b1af290d2098 (diff) | |
download | libdbusmenu-de67e00eb07dbd06b6c53798653a690bb9b5fe85.tar.gz libdbusmenu-de67e00eb07dbd06b6c53798653a690bb9b5fe85.tar.bz2 libdbusmenu-de67e00eb07dbd06b6c53798653a690bb9b5fe85.zip |
Breaking ABI. Getting back privates and pointers to private area.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6f894fd..23680b7 100644 --- a/configure.ac +++ b/configure.ac @@ -98,8 +98,8 @@ AC_PATH_PROG([VALA_API_GEN], [vapigen]) # Lib versioning ########################### -LIBDBUSMENU_CURRENT=1 -LIBDBUSMENU_REVISION=17 +LIBDBUSMENU_CURRENT=2 +LIBDBUSMENU_REVISION=0 LIBDBUSMENU_AGE=0 AC_SUBST(LIBDBUSMENU_CURRENT) |