summarylogtreecommitdiffstats
path: root/version.patch
diff options
context:
space:
mode:
authorbartus2019-07-31 18:44:27 +0200
committerbartus2019-07-31 18:47:33 +0200
commitb3cb2588a059744bdf234542d7a72658855fac94 (patch)
tree3dfa668dd465ae1f87069bc3f0175f82e5273a1f /version.patch
parent24fcbdcceaf45f6857ba563fe096d9c1158ed1b8 (diff)
downloadaur-b3cb2588a059744bdf234542d7a72658855fac94.tar.gz
openimageio, openvdb, gcc9 compatibility
* pop _blenver to 282 as master is now 281 * port blender 2.80 oiio compatibility patch * drop openvdb abi 3 * gcc9 fix openmp calls
Diffstat (limited to 'version.patch')
-rw-r--r--version.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/version.patch b/version.patch
deleted file mode 100644
index 1c819513060e..000000000000
--- a/version.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/source/blender/blenkernel/BKE_blender_version.h b/source/blender/blenkernel/BKE_blender_version.h
-index 7139c00edf6..5ac0c705c52 100644
---- a/source/blender/blenkernel/BKE_blender_version.h
-+++ b/source/blender/blenkernel/BKE_blender_version.h
-@@ -27,10 +27,10 @@
- /* 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 279
-+#define BLENDER_VERSION 281
- #define BLENDER_SUBVERSION 0
- /* Several breakages with 270, e.g. constraint deg vs rad */
--#define BLENDER_MINVERSION 270
-+#define BLENDER_MINVERSION 281
- #define BLENDER_MINSUBVERSION 6
-
- /* used by packaging tools */