2008-05-19 Jorn Baayen <jorn@openedhand.com>
authorJorn Baayen <jorn@openedhand.com>
Mon, 19 May 2008 20:23:14 +0000 (20:23 +0000)
committerJorn Baayen <jorn@openedhand.com>
Mon, 19 May 2008 20:23:14 +0000 (20:23 +0000)
* NEWS:
* configure.ac:
* libgssdp/Makefile.am:

Bump soname and release 0.6.1.

git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gssdp@961 d8cb91d7-bff9-0310-92b9-80b65e4482b2

ChangeLog
NEWS
configure.ac
libgssdp/Makefile.am

index 21e3f61..86ba196 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-05-19  Jorn Baayen  <jorn@openedhand.com>
+
+       * NEWS:
+       * configure.ac:
+       * libgssdp/Makefile.am:
+
+       Bump soname and release 0.6.1.
+
 2008-05-13  Jorn Baayen  <jorn@openedhand.com>
 
        * doc/gssdp.types:
diff --git a/NEWS b/NEWS
index bf2b19b..bc86452 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.6.1
+=====
+
+- Bump soname.
+
 0.6
 ===
 
index 897f0aa..c0c1f79 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(gssdp, 0.6, http://www.gupnp.org/)
+AC_INIT(gssdp, 0.6.1, http://www.gupnp.org/)
 AM_INIT_AUTOMAKE()
 AC_CONFIG_SRCDIR(libgssdp/gssdp-client.c)
 AM_CONFIG_HEADER(config.h)
index d732336..90738ae 100644 (file)
@@ -1,3 +1,5 @@
+LTVERSION = 1:0:0
+
 AM_CFLAGS = $(LIBGSSDP_CFLAGS) -I$(top_srcdir)
 
 libgssdpincdir = $(includedir)/gssdp-1.0/libgssdp
@@ -18,6 +20,8 @@ gssdp-marshal.h: gssdp-marshal.list
 
 BUILT_SOURCES = gssdp-marshal.c gssdp-marshal.h
 
+libgssdp_1_0_la_LDFLAGS = -version-info $(LTVERSION)
+
 libgssdp_1_0_la_SOURCES = gssdp-client.c               \
                          gssdp-client-private.h        \
                          gssdp-error.c                 \