From: Zeeshan Ali (Khattak) Date: Fri, 3 Jun 2011 22:47:04 +0000 (+0300) Subject: Bump minor and LT versions X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e937ef0b688b4764a4db7d23f8cd3ff7fb72affb;p=profile%2Fivi%2FGSSDP.git Bump minor and LT versions Bump minor version and LTVERSION now that we're breaking API/ABI. --- diff --git a/configure.ac b/configure.ac index 1921d36..1009936 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/libgssdp/Makefile.am b/libgssdp/Makefile.am index 5855ae3..0053f38 100644 --- a/libgssdp/Makefile.am +++ b/libgssdp/Makefile.am @@ -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)