summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-05-21 18:40:05 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-05-21 18:40:05 -0700
commit9cbdb6ab49d8f9e6174a00d6b509bf6f1e3c1e78 (patch)
treea0cab09a3b0ce869d82c46bfed6ff10a3288f108
parent16c85877e9754dfc83b7c60c9892a85d1ac14eaa (diff)
Version 1.0.1libFS-1.0.1
-rw-r--r--configure.ac11
1 files changed, 1 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index a18e74c..4d6d03a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,16 +23,7 @@ dnl Process this file with autoconf to create configure.
AC_PREREQ([2.57])
-dnl
-dnl Version should match the current XFixes version. XFixesQueryVersion
-dnl returns the version from xfixeswire.h, NOT the version we set here. But we
-dnl try to keep these the same. Note that the library has an extra
-dnl digit in the version number to track changes which don't affect the
-dnl protocol, so Xfixes version l.n.m corresponds to protocol version l.n,
-dnl that 'revision' number appears in Xfixes.h and has to be manually
-dnl synchronized.
-dnl
-AC_INIT(libFS, 1.0.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libFS)
+AC_INIT(libFS, 1.0.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libFS)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE