Demos (master): demos: bump version to 8.2.0 for release

Andreas Boll ab at kemper.freedesktop.org
Sat Jul 5 09:09:39 UTC 2014


Module: Demos
Branch: master
Commit: 7b64d1eafe209ca0e7e93888dc7e02a0a48706fb
URL:    http://cgit.freedesktop.org/mesa/demos/commit/?id=7b64d1eafe209ca0e7e93888dc7e02a0a48706fb

Author: Andreas Boll <andreas.boll.dev at gmail.com>
Date:   Sat Jul  5 10:17:34 2014 +0200

demos: bump version to 8.2.0 for release

---

 CMakeLists.txt |    2 +-
 configure.ac   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0197439..88a8b88 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -156,7 +156,7 @@ install (FILES index.html DESTINATION doc)
 
 set (CPACK_PACKAGE_NAME "mesa-demos")
 set (CPACK_PACKAGE_VERSION_MAJOR "8")
-set (CPACK_PACKAGE_VERSION_MINOR "1")
+set (CPACK_PACKAGE_VERSION_MINOR "2")
 set (CPACK_PACKAGE_VERSION_PATCH "0")
 
 if (WIN32)
diff --git a/configure.ac b/configure.ac
index 09c2cd5..c4ee12b 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.1.0],
+AC_INIT([mesa-demos], [8.2.0],
     [https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa&component=Demos])
 AC_CANONICAL_HOST
 




More information about the mesa-commit mailing list