Fix T42432: Correct BLENDER_SUBVERSION

Bump up BLENDER_SUBVERSION to 2 to allow saving of widget emboss.
This commit is contained in:
julianeisel 2014-10-31 17:54:18 +01:00
parent d4fde32b12
commit 154af70f2b
Notes: blender-bot 2023-02-14 09:53:02 +01:00
Referenced by commit 1070680a4b, Followup to rB154af70f2b5b7b: always 'pack in' ongoing versionning code when bumping version.
Referenced by issue #42432, Emboss UI option wont save
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ extern "C" {
* and keep comment above the defines.
* Use STRINGIFY() rather than defining with quotes */
#define BLENDER_VERSION 272
#define BLENDER_SUBVERSION 1
#define BLENDER_SUBVERSION 2
/* 262 was the last editmesh release but it has compatibility code for bmesh data */
#define BLENDER_MINVERSION 270
#define BLENDER_MINSUBVERSION 5