[PATCH 6/6] Bump version to 0.3.8 and SONAME

Arnaud Fontaine arnau at debian.org
Sat Sep 4 09:42:12 PDT 2010


---
 Makefile.am  |    2 +-
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index b354972..5ee2481 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,7 @@ lib_LTLIBRARIES = libxcb-util.la
 
 libxcb_util_la_CPPFLAGS = $(XCB_CFLAGS)
 libxcb_util_la_LIBADD = $(XCB_LIBS)
-libxcb_util_la_LDFLAGS = -version-info 1:0:0
+libxcb_util_la_LDFLAGS = -version-info 2:0:0
 libxcb_util_la_SOURCES = atom/atoms.c atom/atomlist.m4 atom/atoms.gperf.m4 \
 	atom/xcb_atom.h.m4 event/event.c aux/xcb_aux.c
 
diff --git a/configure.ac b/configure.ac
index 617cf0d..f52da85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl XCB_UTIL_M4_WITH_INCLUDE_PATH requires Autoconf >= 2.62
 AC_PREREQ(2.62)
-AC_INIT([xcb-util-core],0.3.7,[xcb at lists.freedesktop.org])
+AC_INIT([xcb-util-core],0.3.8,[xcb at lists.freedesktop.org])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
-- 
1.7.2.3


--=-=-=--


More information about the Xcb mailing list