summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Boll <andreas.boll.dev@gmail.com>2018-02-23 09:25:44 +0100
committerAndreas Boll <andreas.boll.dev@gmail.com>2018-02-23 09:25:44 +0100
commit317f67fe5e75c685330d536f158acf6260b473d1 (patch)
tree189ca6eb2e5f04ffd76df943cf580c253d70ed03
parent671e926ed7422d41a14227528409f6d294160c20 (diff)
demos: Bump version to 8.4.0 for releasemesa-demos-8.4.0
-rw-r--r--CMakeLists.txt2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cda9f3bd..aaa5329c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -163,7 +163,7 @@ install (FILES index.html DESTINATION doc)
set (CPACK_PACKAGE_NAME "mesa-demos")
set (CPACK_PACKAGE_VERSION_MAJOR "8")
-set (CPACK_PACKAGE_VERSION_MINOR "3")
+set (CPACK_PACKAGE_VERSION_MINOR "4")
set (CPACK_PACKAGE_VERSION_PATCH "0")
if (WIN32)
diff --git a/configure.ac b/configure.ac
index 517d1964..0b5e9a76 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.3.0],
+AC_INIT([mesa-demos], [8.4.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa&component=Demos])
AC_CANONICAL_HOST