diff options
author | Eric Anholt <eric@anholt.net> | 2007-09-05 08:20:33 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-09-05 08:20:33 -0700 |
commit | 497dda5615d0484d34f3a0a580353ac10ceaced5 (patch) | |
tree | eeebba512ac4ee9da5389ef49e0c9d03bfb8aecb | |
parent | 89bc96e2c10c3902b82d74da95608bb48319ad29 (diff) |
Bump version to 0.9.4.libXrender-0.9.4
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8e1e6d2..8a43380 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,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 Xrender version l.n.m corresponds to protocol version l.n dnl -AC_INIT(libXrender, 0.9.3, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXrender) +AC_INIT(libXrender, 0.9.4, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXrender) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |