diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-06-03 10:23:57 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2006-06-03 10:23:57 +0000 |
commit | c6f65af419d14a753459a71a671baafd84fa1330 (patch) | |
tree | 3221b461e94445dc789ae7ae658bb47490ac8033 /configure.ac | |
parent | 8adc6fe181991af8befb0f365360e9a68357da29 (diff) |
Bug #5268: Fix small memory leak. (Matthias Clasen). Change some return 0sxcursor-1_1_7
to NULL. Bump to 1.1.7.
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 8154e2e..87df4e2 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ dnl version. This same version number must appear in Xcursor.h dnl Yes, it is a pain to synchronize version numbers. Unfortunately, it's dnl not possible to extract the version number here from Xcursor.h dnl -AC_INIT([libXcursor],1.1.6,[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],[libXcursor]) +AC_INIT([libXcursor],1.1.7,[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],[libXcursor]) AM_INIT_AUTOMAKE([dist-bzip2]) AC_CONFIG_SRCDIR([Makefile.am]) AM_MAINTAINER_MODE |