diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-30 13:22:09 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-30 13:22:09 -0700 |
commit | b3e36bd9e5c72f4d8045b13ec066826545560361 (patch) | |
tree | e798c649584698326824838e5df2ffa4680cf2a6 | |
parent | 13ac2639c3c88bb6c7ecaae541941203e6344ad0 (diff) |
bitmap 1.1.0bitmap-1.1.0
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 50b57dc..9f84e22 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([bitmap], [1.0.9], +AC_INIT([bitmap], [1.1.0], [https://gitlab.freedesktop.org/xorg/app/bitmap/issues], [bitmap]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |