summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2016-04-25 11:20:24 -0400
committerDan Winship <danw@gnome.org>2016-04-25 11:21:18 -0400
commit9822510fbf9c18b3a03f9cab6eb6e65429e9d913 (patch)
tree09f5090560de385261ffb5ecc2d0e7486c75f108
parent1ec0dca73385705179457f2c6fcd043fe4563ecc (diff)
downloadlibsoup-9822510fbf9c18b3a03f9cab6eb6e65429e9d913.tar.gz
Fix SoupAuthClass size to undo ABI break with 2.54.0
Also belatedly bump .so minor version https://bugzilla.gnome.org/show_bug.cgi?id=765222
-rw-r--r--configure.ac4
-rw-r--r--libsoup/soup-auth.h1
2 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 5a0ba362..503dd2a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,10 +29,10 @@ SOUP_API_VERSION=2.4
AC_SUBST(SOUP_API_VERSION)
# Increment on interface addition. Reset on removal.
-SOUP_AGE=7
+SOUP_AGE=8
# Increment on interface add, remove, or change.
-SOUP_CURRENT=8
+SOUP_CURRENT=9
# Increment on source change. Reset when CURRENT changes.
SOUP_REVISION=0
diff --git a/libsoup/soup-auth.h b/libsoup/soup-auth.h
index c92699dc..0defcc65 100644
--- a/libsoup/soup-auth.h
+++ b/libsoup/soup-auth.h
@@ -51,7 +51,6 @@ typedef struct {
gboolean (*can_authenticate) (SoupAuth *auth);
/* Padding for future expansion */
- void (*_libsoup_reserved2) (void);
void (*_libsoup_reserved3) (void);
void (*_libsoup_reserved4) (void);
} SoupAuthClass;