diff options
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 7afa563c..dd8ef9af 100644 --- a/configure.ac +++ b/configure.ac @@ -41,8 +41,8 @@ GNOME_COMPILE_WARNINGS([maximum]) # - If binary compatibility has been broken (eg removed or changed interfaces) # change to C+1:0:0 # - If the interface is the same as the previous version, change to C:R+1:A -AC_SUBST([LIBCHEESE_LT_VERSION], [6:4:3]) -AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [22:8:1]) +AC_SUBST([LIBCHEESE_LT_VERSION], [7:0:0]) +AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [23:0:0]) #******************************************************************************* # Internationalization |