[Bf-blender-cvs] [dab3591588e] master: Blender 3.1 bcon1 - alpha

Dalai Felinto noreply at git.blender.org
Wed Oct 27 18:40:58 CEST 2021


Commit: dab3591588e9ad1c971f1055556fbb23635ba4bb
Author: Dalai Felinto
Date:   Wed Oct 27 18:38:22 2021 +0200
Branches: master
https://developer.blender.org/rBdab3591588e9ad1c971f1055556fbb23635ba4bb

Blender 3.1 bcon1 - alpha

Bump the version number for the new release cycle.

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

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

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

diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile
index 96eb30a852e..89954d8a155 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         = V3.0
+PROJECT_NUMBER         = V3.1
 
 # 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 e5b63e7286b..6fc2fa37d9f 100644
--- a/source/blender/blenkernel/BKE_blender_version.h
+++ b/source/blender/blenkernel/BKE_blender_version.h
@@ -31,7 +31,7 @@ extern "C" {
  */
 
 /* Blender major and minor version. */
-#define BLENDER_VERSION 300
+#define BLENDER_VERSION 301
 /* Blender patch version for bugfix releases. */
 #define BLENDER_VERSION_PATCH 0
 /** Blender release cycle stage: alpha/beta/rc/release. */
@@ -39,7 +39,7 @@ extern "C" {
 
 /* Blender file format version. */
 #define BLENDER_FILE_VERSION BLENDER_VERSION
-#define BLENDER_FILE_SUBVERSION 40
+#define BLENDER_FILE_SUBVERSION 0
 
 /* Minimum Blender version that supports reading file written with the current
  * version. Older Blender versions will test this and show a warning if the file



More information about the Bf-blender-cvs mailing list