[Bf-blender-cvs] [c65e1076a72] sculpt-dev: Sculpt: forgot yet again to increment the subversion

Joseph Eagar noreply at git.blender.org
Sun Oct 17 00:13:21 CEST 2021


Commit: c65e1076a72317ee3256f8cf0cc5bb12340e66eb
Author: Joseph Eagar
Date:   Sat Oct 16 15:13:09 2021 -0700
Branches: sculpt-dev
https://developer.blender.org/rBc65e1076a72317ee3256f8cf0cc5bb12340e66eb

Sculpt: forgot yet again to increment the subversion

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

M	source/blender/blenkernel/BKE_blender_version.h

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

diff --git a/source/blender/blenkernel/BKE_blender_version.h b/source/blender/blenkernel/BKE_blender_version.h
index 904bec517af..5956a54d07e 100644
--- a/source/blender/blenkernel/BKE_blender_version.h
+++ b/source/blender/blenkernel/BKE_blender_version.h
@@ -39,7 +39,7 @@ extern "C" {
 
 /* Blender file format version. */
 #define BLENDER_FILE_VERSION BLENDER_VERSION
-#define BLENDER_FILE_SUBVERSION 37
+#define BLENDER_FILE_SUBVERSION 38
 
 /* 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