diff options
author | Ted Gould <ted@gould.cx> | 2010-12-09 10:18:26 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-09 10:18:26 -0600 |
commit | b29bfd7c365a6b768dcf4530c40e9220d9e8abd1 (patch) | |
tree | d45c9fb524dcc363b0d61d2bd3a8034666adbcd0 | |
parent | 76196aa5c6bab4a47d4ed2238bfda9142c5c6ce4 (diff) | |
download | libdbusmenu-b29bfd7c365a6b768dcf4530c40e9220d9e8abd1.tar.gz libdbusmenu-b29bfd7c365a6b768dcf4530c40e9220d9e8abd1.tar.bz2 libdbusmenu-b29bfd7c365a6b768dcf4530c40e9220d9e8abd1.zip |
Upping the library version as we're different ABI than 0.3.90 even :-/
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e18452b..cab1c42 100644 --- a/configure.ac +++ b/configure.ac @@ -135,7 +135,7 @@ AC_PATH_PROG([XSLT_PROC], [xsltproc]) # Lib versioning ########################### -LIBDBUSMENU_CURRENT=2 +LIBDBUSMENU_CURRENT=3 LIBDBUSMENU_REVISION=0 LIBDBUSMENU_AGE=0 |