diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-10-29 10:31:35 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-10-29 10:31:35 -0700 |
commit | 06cf6fa78bfec2ea4c9dc061900079f2cc9c9dd1 (patch) | |
tree | f329b895147a10aab9fa794b91d57bfd53c74a67 | |
parent | 5db536d77f99e9f425b5363af71f2abcdbbc4f4c (diff) |
rgb 1.1.0rgb-1.1.0
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index cbfc924..7863bd1 100644 --- a/configure.ac +++ b/configure.ac @@ -23,8 +23,8 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([rgb], [1.0.6], - [https://gitlab.freedesktop.org/xorg/app/rgb/issues], [rgb]) +AC_INIT([rgb], [1.1.0], + [https://gitlab.freedesktop.org/xorg/app/rgb/-/issues], [rgb]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) AC_USE_SYSTEM_EXTENSIONS |