Skip to content
Snippets Groups Projects
Commit 00e8930a authored by Thomas Dinges's avatar Thomas Dinges
Browse files

Release: Bump to 4.0.1, RC

parent 878f7106
Branches
Tags
No related merge requests found
...@@ -23,9 +23,9 @@ extern "C" { ...@@ -23,9 +23,9 @@ extern "C" {
/** Blender major and minor version. */ /** Blender major and minor version. */
#define BLENDER_VERSION 400 #define BLENDER_VERSION 400
/** Blender patch version for bug-fix releases. */ /** Blender patch version for bug-fix releases. */
#define BLENDER_VERSION_PATCH 0 #define BLENDER_VERSION_PATCH 1
/** Blender release cycle stage: alpha/beta/rc/release. */ /** Blender release cycle stage: alpha/beta/rc/release. */
#define BLENDER_VERSION_CYCLE release #define BLENDER_VERSION_CYCLE rc
/* Blender file format version. */ /* Blender file format version. */
#define BLENDER_FILE_VERSION BLENDER_VERSION #define BLENDER_FILE_VERSION BLENDER_VERSION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment