diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-12 07:56:48 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-12 07:56:48 +0000 |
commit | 29971c16c1ad45dc8c958e12561e77e745e4a2fc (patch) | |
tree | c96310ad38dc45905ae3a10c4f4766c99a51dacb /src | |
parent | e6417efb575017851e0e988ad99304094c36290c (diff) |
Change version to 1.1.0 and soversion to 1.0.0.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0e05067..20fb42a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,6 +6,4 @@ libXinerama_la_SOURCES = \ libXinerama_la_LIBADD = $(DEP_LIBS) -libXinerama_la_LDFLAGS = -version-info 7:0:0 -no-undefined - - +libXinerama_la_LDFLAGS = -version-info 1:0:0 -no-undefined |