diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-07-29 19:36:38 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-07-29 19:36:38 +0800 |
commit | d36c32cd4b3e2e4fcfcef169c129830a95af6d9a (patch) | |
tree | e574529d376ade471112c45698f6b3dbc20892e4 | |
parent | 0fa9490a74e7c13d8270ff99a2bfed98a7ddcc72 (diff) | |
download | gsoc2013-empathy-d36c32cd4b3e2e4fcfcef169c129830a95af6d9a.tar gsoc2013-empathy-d36c32cd4b3e2e4fcfcef169c129830a95af6d9a.tar.gz gsoc2013-empathy-d36c32cd4b3e2e4fcfcef169c129830a95af6d9a.tar.bz2 gsoc2013-empathy-d36c32cd4b3e2e4fcfcef169c129830a95af6d9a.tar.lz gsoc2013-empathy-d36c32cd4b3e2e4fcfcef169c129830a95af6d9a.tar.xz gsoc2013-empathy-d36c32cd4b3e2e4fcfcef169c129830a95af6d9a.tar.zst gsoc2013-empathy-d36c32cd4b3e2e4fcfcef169c129830a95af6d9a.zip |
Update ABI versionEMPATHY_2_27_5
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 43ba349ea..2c7e4048b 100644 --- a/configure.ac +++ b/configure.ac @@ -9,12 +9,12 @@ AC_COPYRIGHT([ # (Interfaces removed: CURRENT++, AGE=0, REVISION=0) # (Interfaces added: CURRENT++, AGE++, REVISION=0) # (No interfaces changed: REVISION++) -LIBEMPATHY_CURRENT=27 -LIBEMPATHY_AGE=0 +LIBEMPATHY_CURRENT=28 +LIBEMPATHY_AGE=1 LIBEMPATHY_REVISION=0 -LIBEMPATHY_GTK_CURRENT=25 -LIBEMPATHY_GTK_AGE=0 +LIBEMPATHY_GTK_CURRENT=26 +LIBEMPATHY_GTK_AGE=1 LIBEMPATHY_GTK_REVISION=0 AC_SUBST(LIBEMPATHY_CURRENT) |