diff options
author | Andreas Boll <andreas.boll.dev@gmail.com> | 2015-12-09 22:18:36 +0100 |
---|---|---|
committer | Andreas Boll <andreas.boll.dev@gmail.com> | 2015-12-09 22:18:36 +0100 |
commit | 0a8779daf6d651f3264dfe0168e92ab2c61a9a67 (patch) | |
tree | b793ec58885b3f2aef7b0b3957c3c589986d3532 | |
parent | b9b7312dacece4400e188ea8d51ae8314c79c999 (diff) |
demos: Bump version to 8.3.0 for releasemesa-demos-8.3.0
Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 57a46f85..fc1caa05 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -162,7 +162,7 @@ install (FILES index.html DESTINATION doc) set (CPACK_PACKAGE_NAME "mesa-demos") set (CPACK_PACKAGE_VERSION_MAJOR "8") -set (CPACK_PACKAGE_VERSION_MINOR "2") +set (CPACK_PACKAGE_VERSION_MINOR "3") set (CPACK_PACKAGE_VERSION_PATCH "0") if (WIN32) diff --git a/configure.ac b/configure.ac index 9445424b..0525b097 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.2.0], +AC_INIT([mesa-demos], [8.3.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa&component=Demos]) AC_CANONICAL_HOST |