diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-09 07:54:44 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-09 07:54:44 -0700 |
commit | 08032a51fccda19ad4722015f4cc0b1a587592f7 (patch) | |
tree | 0eab5a7aed5a26dbf0d9db4e2b5f3ce62ea5c1e8 | |
parent | 619eec21134a0ca9a8adb92383a05deea05b768d (diff) |
libXres 1.0.4libXres-1.0.4
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8b6fad4..0313ba3 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ 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 XRes version l.n.m corresponds to protocol version l.n dnl -AC_INIT(libXres, 1.0.3, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXres) +AC_INIT(libXres, 1.0.4, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXres) AC_CONFIG_AUX_DIR(.) AM_INIT_AUTOMAKE([dist-bzip2]) |