From 17f4f8b5a8bd77d3ea1b3a43d2b535a3d483f589 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Tue, 15 Jan 2008 15:25:50 +0000 Subject: Adds a script to automatically determine the blender version # from BKE_blender.h Now we just need to update the other build methods to use the script. Once thats done we can remove the VERSION file since it will no longer be needed. Kent --- release/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/Makefile') diff --git a/release/Makefile b/release/Makefile index f608accf2b0..2c299c98250 100644 --- a/release/Makefile +++ b/release/Makefile @@ -31,7 +31,7 @@ include nan_definitions.mk -export VERSION := $(shell cat VERSION) +export VERSION := $(shell getversion.py) BLENDNAME=blender-$(VERSION)-$(CONFIG_GUESS)-py$(NAN_PYTHON_VERSION)$(TYPE) export DISTDIR=$(NAN_OBJDIR)/$(BLENDNAME) -- cgit v1.2.3