summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-21 18:21:16 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-21 18:24:09 -0800
commitf83c3406389d0487e7b2cbdc2cfbd32fd1aa2fed (patch)
tree518213d7070182f6009e9d80329f9c495269c925
parentebb320bf2aa8de75270eb580705deb2b1d144a54 (diff)
xorg-cf-files 1.0.8xorg-cf-files-1.0.8
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--README2
-rw-r--r--configure.ac4
-rw-r--r--meson.build2
3 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 8cc6ed6..f0f3d0e 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
The xorg-cf-files package contains the data files for the imake utility,
defining the known settings for a wide variety of platforms (many of which
-have not been verified or tested in over a decade), and for many of the
+have not been verified or tested in almost two decades), and for many of the
libraries formerly delivered in the X.Org monolithic releases.
The X Window System used imake extensively up through the X11R6.9 release,
diff --git a/configure.ac b/configure.ac
index 69f64fa..dfc3e5a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl Process this file with autoconf to create configure.
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([xorg-cf-files], [1.0.7],
- [https://gitlab.freedesktop.org/xorg/util/cf/issues],
+AC_INIT([xorg-cf-files], [1.0.8],
+ [https://gitlab.freedesktop.org/xorg/util/cf/-/issues],
[xorg-cf-files])
AC_CONFIG_SRCDIR([Makefile.am])
diff --git a/meson.build b/meson.build
index ceed2ec..d03a4dc 100644
--- a/meson.build
+++ b/meson.build
@@ -21,7 +21,7 @@
# DEALINGS IN THE SOFTWARE.
#
-project('xorg-cf-files', version: '1.0.7', meson_version: '>=0.60.0')
+project('xorg-cf-files', version: '1.0.8', meson_version: '>=0.60.0')
conf = configuration_data()
conf.set('prefix', get_option('prefix'))