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:
authorBastien Montagne <montagne29@wanadoo.fr>2013-12-20 01:44:51 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-12-20 01:44:51 +0400
commit61ce7a26f3c4d15554a51c0abd09532e5edd01e1 (patch)
tree3e0d6fed00f65814a619d9d0cc30ade025cde7c4
parente8c801f86c9ac549251b9e5d8250f177b1936a3c (diff)
Raise Python version to 3.3.3.
-rwxr-xr-xbuild_files/build_environment/install_deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index bf8362f8fa5..5dc6c51656c 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -174,7 +174,7 @@ ARGUMENTS_INFO="\"COMMAND LINE ARGUMENTS:
##### Main Vars #####
-PYTHON_VERSION="3.3.2"
+PYTHON_VERSION="3.3.3"
PYTHON_VERSION_MIN="3.3"
PYTHON_SOURCE="http://python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tar.bz2"
PYTHON_FORCE_REBUILD=false