Bump version to 3.3.3rc

This commit is contained in:
Brecht Van Lommel 2023-01-09 14:22:35 +01:00
parent bd3a7b41e2
commit 934af61134
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@ extern "C" {
/* Blender major and minor version. */
#define BLENDER_VERSION 303
/* Blender patch version for bugfix releases. */
#define BLENDER_VERSION_PATCH 2
#define BLENDER_VERSION_PATCH 3
/** Blender release cycle stage: alpha/beta/rc/release. */
#define BLENDER_VERSION_CYCLE release
#define BLENDER_VERSION_CYCLE rc
/* Blender file format version. */
#define BLENDER_FILE_VERSION BLENDER_VERSION