diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-10-15 10:17:34 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-10-15 10:17:34 -0700 |
commit | 7883d1c27a12320b2c3a03aeca573259cb60b3b0 (patch) | |
tree | 1262c3eb546c7e0ece830088d00eda4491bd792a /configure.ac | |
parent | f3424f4c7c7e1aba33d0a117ea90dd5412530f45 (diff) |
xgc 1.0.6xgc-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 393bc55..be89e03 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([xgc], [1.0.5], - [https://gitlab.freedesktop.org/xorg/app/xgc/issues], [xgc]) +AC_INIT([xgc], [1.0.6], + [https://gitlab.freedesktop.org/xorg/app/xgc/-/issues], [xgc]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |