diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0197439246de09042c3c9d75028260b45dd63aa7..88a8b88f8a422bf9b83956f229a7b45cbbc7c34a 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 09c2cd539a8a8a21594cc7c24cb309e4a696767b..c4ee12b3a8cc026b06708e7c2354ee50d5a94520 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