diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-10-07 19:50:55 -0700 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-10-07 19:50:55 -0700 |
commit | 431f210bbb20e39a24ac879af5f2a8a7744e6a6c (patch) | |
tree | 6b9423e0367c3b795faf37ddc6de6b00ddb81e50 /src/Makefile.am | |
parent | e0fac22caaf27b3e461807f8c563d0457938baa6 (diff) |
Release libxcb 1.0 RC2 (0.9.92).1.0-RC2
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
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) |