From 8a1caaed32717f88218ea0c6222c749c14648ab3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 11 Jul 2009 11:31:49 +0000 Subject: Object mode select grouped operator (Shift+G and Select manu) Group option currently doesnt handle multiple groups. Set makefiles python version to 2.6 for linux since its common now. --- source/nan_definitions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/nan_definitions.mk') diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk index 91f90525c1e..fc0f3a7aa19 100644 --- a/source/nan_definitions.mk +++ b/source/nan_definitions.mk @@ -307,7 +307,7 @@ endif export FREEDESKTOP ?= true export NAN_PYTHON ?= /usr - export NAN_PYTHON_VERSION ?= 2.5 + export NAN_PYTHON_VERSION ?= 2.6 export NAN_PYTHON_BINARY ?= $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION) export NAN_PYTHON_LIB ?= $(NAN_PYTHON)/lib/python$(NAN_PYTHON_VERSION)/config/libpython$(NAN_PYTHON_VERSION).a export NAN_OPENAL ?= /usr -- cgit v1.2.3