Skip to content
This repository was archived by the owner on Aug 15, 2017. It is now read-only.

Commit b0f4fa5

Browse files
committed
Tweaked version IDs for 3.5.1.
1 parent 66ca070 commit b0f4fa5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PROJECT_DIR=$(shell pwd)
22

3-
BUILD_NUMBER=3
3+
BUILD_NUMBER=1
44

55
# Version of packages that will be compiled by this meta-package
6-
PYTHON_VERSION=3.4.2
6+
PYTHON_VERSION=3.5.1
77
PYTHON_VER= $(basename $(PYTHON_VERSION))
88

99
OPENSSL_VERSION_NUMBER=1.0.2

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ into an OS/X app.
66

77
It works by downloading, patching, and building OpenSSL and Python.
88

9-
This repository branch builds a packaged version of **Python 3.4.2**.
9+
This repository branch builds a packaged version of **Python 3.5.1**.
1010
Other Python versions are available by cloning other branches of the main
1111
repository.
1212

@@ -29,4 +29,4 @@ This should:
2929

3030
The build products will be in the `build` directory.
3131

32-
.. _downloaded: https://github.com/pybee/Python-OSX-support/releases/download/3.4.2-b1/Python-3.4.2-OSX-support.b1.tar.gz
32+
.. _downloaded: https://github.com/pybee/Python-OSX-support/releases/download/3.5.1-b1/Python-3.5.1-OSX-support.b1.tar.gz

0 commit comments

Comments
 (0)