Bump minor and LT versions
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Fri, 3 Jun 2011 22:47:04 +0000 (01:47 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Fri, 3 Jun 2011 23:04:24 +0000 (02:04 +0300)
Bump minor version and LTVERSION now that we're breaking API/ABI.

configure.ac
libgssdp/Makefile.am

index 1921d36..1009936 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(gssdp, 0.10.0, http://www.gupnp.org/)
+AC_INIT(gssdp, 0.11.0, http://www.gupnp.org/)
 AM_INIT_AUTOMAKE()
 AC_CONFIG_SRCDIR(libgssdp/gssdp-client.c)
 AM_CONFIG_HEADER(config.h)
index 5855ae3..0053f38 100644 (file)
@@ -8,7 +8,7 @@
 # If any interfaces have been removed since the last public release, then set
 # age to 0.
 
-LTVERSION = 2:0:0
+LTVERSION = 3:0:0
 
 AM_CFLAGS = $(LIBGSSDP_CFLAGS) -I$(top_srcdir)