[Mesa-dev] [PATCH demos] demos: Bump version to 9.0.0
Andreas Boll
andreas.boll.dev at gmail.com
Wed Jan 23 11:13:08 PST 2013
---
I'd like to do a new mesa-demos release.
The main motivation is the newly introduced OpenGL core profile support for glxinfo.
CMakeLists.txt | 4 ++--
configure.ac | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 484eea6..5809865 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -138,9 +138,9 @@ add_subdirectory (src)
install (FILES index.html DESTINATION doc)
set (CPACK_PACKAGE_NAME "mesa-demos")
-set (CPACK_PACKAGE_VERSION_MAJOR "8")
+set (CPACK_PACKAGE_VERSION_MAJOR "9")
set (CPACK_PACKAGE_VERSION_MINOR "0")
-set (CPACK_PACKAGE_VERSION_PATCH "1")
+set (CPACK_PACKAGE_VERSION_PATCH "0")
if (WIN32)
set (CPACK_GENERATOR "ZIP")
diff --git a/configure.ac b/configure.ac
index 8b2c359..8de98d0 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.0.1],
+AC_INIT([mesa-demos], [9.0.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa&component=Demos])
AC_CANONICAL_HOST
--
1.7.10.4
More information about the mesa-dev
mailing list