[Xcb-commit] src
Julien Danjou
jdanjou at kemper.freedesktop.org
Fri May 29 08:04:54 PDT 2009
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9e191c722a0be4b5f3d993165055a71f85c21882
Author: Julien Cristau <jcristau at debian.org>
Date: Fri May 29 14:41:59 2009 +0200
Fix libxcb-randr version info
The SONAME shouldn't have been bumped in 1.3, only new symbols were
added.
Signed-off-by: Julien Danjou <julien at danjou.info>
diff --git a/src/Makefile.am b/src/Makefile.am
index e13092a..5de3b09 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -75,7 +75,7 @@ EXTSOURCES += randr.c
EXTENSION_XML += randr.xml
if BUILD_RANDR
lib_LTLIBRARIES += libxcb-randr.la
-libxcb_randr_la_LDFLAGS = -version-info 1:0:0
+libxcb_randr_la_LDFLAGS = -version-info 1:0:1
libxcb_randr_la_LIBADD = $(XCB_LIBS)
nodist_libxcb_randr_la_SOURCES = randr.c randr.h
endif
More information about the xcb-commit
mailing list