diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-12 07:59:16 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-12 07:59:16 +0000 |
commit | 8603538c6ab5488e70179bdfcf46196b7defe253 (patch) | |
tree | 36a8aa20e639c551d62d89aaf52fa6fe71ba3596 /configure.ac | |
parent | da5d2fbc2d5ed6ebe09d69816e5d9ac9972a04b2 (diff) |
Change version to 1.3.0 and soversion to 6.0.0; add XIint.h to distfiles.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bb8ba16..a9fefc8 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(libXi, 1.0, [xorg@lists.freedesktop.org], libXi) +AC_INIT(libXi, 1.3.0, [xorg@lists.freedesktop.org], libXi) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |