Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2017-04-01 01:04:42 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-04-01 01:04:45 +0300
commit4c2f5ab33e1c3bcb7da1c8229aeafef7e0048632 (patch)
treeaec507ce4f6544f66897e986a283525e8c0b2224 /source/blender/blenkernel/BKE_blender_version.h
parentb0998df60842f59d194163042a13cf4e0fde29d8 (diff)
Bumping version to 2.80
This should have been done earlier. But now that we may see more activity in master due to bcon3 merges, it is even more important to stress out the separation between master and 2.8. Also I needed the version bump for idproperties doversion (they needed to happen in _after_linking, and we don't have access to DNA_struct_elem_find there). Last but not least, every time I posted a video or image from 2.80, I got someone confused about the version showing in the infobar.
Diffstat (limited to 'source/blender/blenkernel/BKE_blender_version.h')
-rw-r--r--source/blender/blenkernel/BKE_blender_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_blender_version.h b/source/blender/blenkernel/BKE_blender_version.h
index 4f4787f9da5..bc3db11f34b 100644
--- a/source/blender/blenkernel/BKE_blender_version.h
+++ b/source/blender/blenkernel/BKE_blender_version.h
@@ -27,8 +27,8 @@
/* these lines are grep'd, watch out for our not-so-awesome regex
* and keep comment above the defines.
* Use STRINGIFY() rather than defining with quotes */
-#define BLENDER_VERSION 278
-#define BLENDER_SUBVERSION 4
+#define BLENDER_VERSION 280
+#define BLENDER_SUBVERSION 0
/* Several breakages with 270, e.g. constraint deg vs rad */
#define BLENDER_MINVERSION 270
#define BLENDER_MINSUBVERSION 6