diff --git a/Makefile b/Makefile index 087a5ee..ad8f65d 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ PROJECT_DIR=$(shell pwd) -BUILD_NUMBER=3 +BUILD_NUMBER=1 # Version of packages that will be compiled by this meta-package -PYTHON_VERSION=3.4.2 +PYTHON_VERSION=3.4.4 PYTHON_VER= $(basename $(PYTHON_VERSION)) OPENSSL_VERSION_NUMBER=1.0.2 diff --git a/README.rst b/README.rst index 1277689..cdac756 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ into an OS/X app. It works by downloading, patching, and building OpenSSL and Python. -This repository branch builds a packaged version of **Python 3.4.2**. +This repository branch builds a packaged version of **Python 3.4.4**. Other Python versions are available by cloning other branches of the main repository. @@ -29,4 +29,4 @@ This should: The build products will be in the `build` directory. -.. _downloaded: https://github.com/pybee/Python-OSX-support/releases/download/3.4.2-b1/Python-3.4.2-OSX-support.b1.tar.gz +.. _downloaded: https://github.com/pybee/Python-OSX-support/releases/download/3.4.4-b1/Python-3.4.4-OSX-support.b1.tar.gz