Remove trailing space

This commit is contained in:
Nathan Letwory 2020-06-03 17:38:22 +03:00
parent 82e3bd4bbb
commit 211b6c29f7
No known key found for this signature in database
GPG Key ID: 2C99F9D5FC4EFA4C
Notes: blender-bot 2023-02-14 06:17:14 +01:00
Referenced by issue #97270, Lights are turned off in Matireal Preview mode
Referenced by issue #81211, Fast circular strokes by Paint and Sculpt brushes using mouse are angular.
Referenced by issue #78932, Reroute node inconsistencies
Referenced by issue #78639, Bug report about rendered view
Referenced by issue #78556, Inconsistent behavior in Dynamic Paint when moving Canvas towards Brush (keyed vs unkeyed)
Referenced by issue #78205, Material preview with eevee render engine shows pink color regardless of material settings.
Referenced by issue #78053, Crash on startup on old laptop
Referenced by issue #77971, de-initializing execution taking too much time
Referenced by issue #77892, Denoise node does not work
Referenced by issue #77866, v2.83 Crashes at the start on Linux
Referenced by issue #77428, Blender lateset v2.83 crashes on start . but blender 2.79b works just fine
Referenced by issue #77348, Blender LTS: Maintenance Task 2.83
Referenced by issue #77337, Doesn't open blender 2.83
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
/* Blender patch version for bugfix releases. */
#define BLENDER_VERSION_PATCH 0
/** Blender release cycle stage: alpha/beta/rc/release. */
#define BLENDER_VERSION_CYCLE release
#define BLENDER_VERSION_CYCLE release
/* Blender file format version. */
#define BLENDER_FILE_VERSION BLENDER_VERSION