Blender 2.78c: Officially move to 'c'

This commit is contained in:
Sergey Sharybin 2017-02-23 15:11:44 +01:00
parent 909c8ec07a
commit 7d77dcd190
2 changed files with 2 additions and 2 deletions

View File

@ -1198,7 +1198,7 @@ function(get_blender_version)
string(LENGTH "${_out_version_char}" _out_version_char_len)
if(NOT _out_version_char_len EQUAL 1)
set(_out_version_char "")
elseif(NOT ${_out_version_char} MATCHES "[a-z]+")
elseif(NOT ${_out_version_char} MATCHES "[a-z]?")
message(FATAL_ERROR "Version parsing failed for BLENDER_VERSION_CHAR")
endif()

View File

@ -35,7 +35,7 @@
/* used by packaging tools */
/* can be left blank, otherwise a,b,c... etc with no quotes */
#define BLENDER_VERSION_CHAR b
#define BLENDER_VERSION_CHAR c
/* alpha/beta/rc/release, docs use this */
#define BLENDER_VERSION_CYCLE release