Blender 3.4 Alpha: Start of new release cycle.

This commit is contained in:
Thomas Dinges 2022-07-27 16:53:19 +02:00
parent 83362f87bb
commit 9015952c9c
Notes: blender-bot 2023-02-14 06:00:46 +01:00
Referenced by issue #101611, Blender version number not correct in saved .blend files
Referenced by issue #100034, Glitches with new AMD drivers (Adrenalin 22.7.1 or 22.8.2) when overlay has transparent images
2 changed files with 3 additions and 3 deletions

View File

@ -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.3
PROJECT_NUMBER = V3.4
# 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

View File

@ -17,7 +17,7 @@ extern "C" {
*/
/* Blender major and minor version. */
#define BLENDER_VERSION 303
#define BLENDER_VERSION 304
/* Blender patch version for bugfix releases. */
#define BLENDER_VERSION_PATCH 0
/** Blender release cycle stage: alpha/beta/rc/release. */
@ -25,7 +25,7 @@ extern "C" {
/* Blender file format version. */
#define BLENDER_FILE_VERSION BLENDER_VERSION
#define BLENDER_FILE_SUBVERSION 6
#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