[Bf-blender-cvs] [67b1a15b3f4] master: Version bump to 2.82 alpha, master is now open for new features and changes

Brecht Van Lommel noreply at git.blender.org
Fri Oct 11 12:27:59 CEST 2019


Commit: 67b1a15b3f4dfccf1e2118f21158e14774cd071a
Author: Brecht Van Lommel
Date:   Fri Oct 11 12:15:19 2019 +0200
Branches: master
https://developer.blender.org/rB67b1a15b3f4dfccf1e2118f21158e14774cd071a

Version bump to 2.82 alpha, master is now open for new features and changes

===================================================================

M	doc/doxygen/Doxyfile
M	source/blender/blenkernel/BKE_blender_version.h

===================================================================

diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile
index 366d0b1b507..4380b94890a 100644
--- a/doc/doxygen/Doxyfile
+++ b/doc/doxygen/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME           = Blender
 # could be handy for archiving the generated documentation or if some version
 # control system is used.
 
-PROJECT_NUMBER         = "V2.81"
+PROJECT_NUMBER         = "V2.82"
 
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
 # for a project that appears at the top of each page and should give viewer a
diff --git a/source/blender/blenkernel/BKE_blender_version.h b/source/blender/blenkernel/BKE_blender_version.h
index 7124d77a2cb..9bd90f76b79 100644
--- a/source/blender/blenkernel/BKE_blender_version.h
+++ b/source/blender/blenkernel/BKE_blender_version.h
@@ -26,8 +26,8 @@
  *
  * \note Use #STRINGIFY() rather than defining with quotes.
  */
-#define BLENDER_VERSION 281
-#define BLENDER_SUBVERSION 15
+#define BLENDER_VERSION 282
+#define BLENDER_SUBVERSION 0
 /** Several breakages with 280, e.g. collections vs layers. */
 #define BLENDER_MINVERSION 280
 #define BLENDER_MINSUBVERSION 0



More information about the Bf-blender-cvs mailing list