Bumped version to Blender 2.83.3-beta

This commit is contained in:
Jeroen Bakker 2020-07-09 10:13:46 +02:00
parent 239fbf7d93
commit b740f7f1c7
1 changed files with 2 additions and 2 deletions

View File

@ -30,9 +30,9 @@
/* Blender major and minor version. */
#define BLENDER_VERSION 283
/* 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 beta
/* Blender file format version. */
#define BLENDER_FILE_VERSION BLENDER_VERSION