summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2006-10-07 19:50:55 -0700
committerJamey Sharp <jamey@minilop.net>2006-10-07 19:50:55 -0700
commit431f210bbb20e39a24ac879af5f2a8a7744e6a6c (patch)
tree6b9423e0367c3b795faf37ddc6de6b00ddb81e50 /src/Makefile.am
parente0fac22caaf27b3e461807f8c563d0457938baa6 (diff)
Release libxcb 1.0 RC2 (0.9.92).1.0-RC2
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 15fda4a..0d4770b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -116,7 +116,7 @@ libxcb_la_SOURCES = \
# * If you add an interface, increment current and age and set revision to 0.
# * If you change or remove an interface, increment current and set revision
# and age to 0.
-libxcb_la_LDFLAGS = -version-info 0:0:0
+libxcb_la_LDFLAGS = -version-info 1:0:0
BUILT_SOURCES = $(COREPROTO) $(EXTENSIONS)
CLEANFILES = $(COREPROTO) $(EXTENSIONS)