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 /configure.ac | |
parent | e6417efb575017851e0e988ad99304094c36290c (diff) |
Change version to 1.1.0 and soversion to 1.0.0.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 9d39dd3..00477b1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,3 @@ - dnl Copyright 2005 Red Hat, Inc. dnl dnl Permission to use, copy, modify, distribute, and sell this software and its @@ -23,7 +22,7 @@ dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(libXinerama, 7.0.0, [sandmann@redhat.com], libXinerama) +AC_INIT(libXinerama, 1.1.0, [sandmann@redhat.com], libXinerama) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |