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

Commit

Permalink
Tweaked version IDs for 3.4.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Feb 23, 2016
1 parent 66ca070 commit 659483a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

0 comments on commit 659483a

Please sign in to comment.