summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2022-05-30 14:01:02 +0200
committerErik Faye-Lund <erik.faye-lund@collabora.com>2022-05-30 14:01:02 +0200
commitcda7fa14b8484c716441cfb04a1b1dccec57888e (patch)
tree413cc585781f5679155c7e0a687fb9e0f5507dac
parent2feaa0b04ee1fe5e88c85f10829559c8cbdbc20d (diff)
bump version to 8.5.0 for releasemesa-demos-8.5.0
-rw-r--r--CMakeLists.txt2
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2c58ab46..242d4442 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -169,7 +169,7 @@ install (FILES README.rst DESTINATION doc)
set (CPACK_PACKAGE_NAME "mesa-demos")
set (CPACK_PACKAGE_VERSION_MAJOR "8")
-set (CPACK_PACKAGE_VERSION_MINOR "4")
+set (CPACK_PACKAGE_VERSION_MINOR "5")
set (CPACK_PACKAGE_VERSION_PATCH "0")
if (WIN32)
diff --git a/configure.ac b/configure.ac
index 1e3255c6..a21325ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@
dnl Process this file with autoconf to create configure.
AC_PREREQ([2.59])
-AC_INIT([mesa-demos], [8.4.0],
+AC_INIT([mesa-demos], [8.5.0],
[https://gitlab.freedesktop.org/mesa/demos/-/issues])
AC_CANONICAL_HOST
diff --git a/meson.build b/meson.build
index 8952af1a..e1968fab 100644
--- a/meson.build
+++ b/meson.build
@@ -19,7 +19,7 @@
# SOFTWARE.
project('mesa-demos', 'c', 'cpp',
- version : '8.4.0',
+ version : '8.5.0',
meson_version : '>= 0.53')
cc = meson.get_compiler('c')