diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-11-12 16:08:41 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-11-12 16:08:41 -0800 |
commit | a03055d5b3385f41a50ba40fcc00e8cdb8758947 (patch) | |
tree | de8388a184bf29580f6f23675331c8bf367c9176 /configure.ac | |
parent | f70d09457ae6ea2248e074f57fdb16de925c43e2 (diff) |
xlogo 1.0.6xlogo-1.0.6
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index dfd5680..778ab76 100644 --- a/configure.ac +++ b/configure.ac @@ -22,8 +22,8 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xlogo], [1.0.5], - [https://gitlab.freedesktop.org/xorg/app/xlogo/issues], [xlogo]) +AC_INIT([xlogo], [1.0.6], + [https://gitlab.freedesktop.org/xorg/app/xlogo/-/issues], [xlogo]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |