From 659483ade1d778bd4fed83b5479dd9264438d278 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Tue, 23 Feb 2016 22:53:39 +0800 Subject: [PATCH] Tweaked version IDs for 3.4.4. --- Makefile | 4 ++-- README.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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