diff options
author | Ted Gould <ted@gould.cx> | 2010-10-13 12:42:25 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-10-13 12:42:25 -0500 |
commit | d01dcd794d4195c6e3eb20f6bb055fc647661dc2 (patch) | |
tree | 81fc685280c823a7f4e2ad6e55523b35a034b0b9 /configure.ac | |
parent | 46a59a2613d8fc1cab048c3b8af579f7867f9b8a (diff) | |
parent | de67e00eb07dbd06b6c53798653a690bb9b5fe85 (diff) | |
download | libdbusmenu-d01dcd794d4195c6e3eb20f6bb055fc647661dc2.tar.gz libdbusmenu-d01dcd794d4195c6e3eb20f6bb055fc647661dc2.tar.bz2 libdbusmenu-d01dcd794d4195c6e3eb20f6bb055fc647661dc2.zip |
* Upstream Merge
* Breaking ABI and getting reserved back
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) |