summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-07-12 06:07:58 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-07-12 06:07:58 +0000
commit4e618f40eedcb5f8b3e2e1e32cb055a65af52961 (patch)
tree54dbb31c009f10c9cfd85afe350e31f5199010ec
parentc38c5edc353971b2ca6b3d2b55288b88cd46de5b (diff)
downloadxorg-lib-libXRes-4e618f40eedcb5f8b3e2e1e32cb055a65af52961.tar.gz
Bump soversion to 1.0.0.
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3282ca2..5430d53 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -13,7 +13,7 @@ INCLUDES = -I$(top_srcdir)/include
# Library version info. Check the libtool docs for
# instructions on when and how to change this value
#
-libXRes_la_LDFLAGS = -version-info 0:0:0
+libXRes_la_LDFLAGS = -version-info 1:0:0
libXResincludedir = $(includedir)/X11/extensions
libXResinclude_HEADERS = $(top_srcdir)/include/X11/extensions/XRes.h