Skip to content

Commit 1fff0f8

Browse files
committed
Cleaned up spacing in Makefile.
1 parent 3b3318a commit 1fff0f8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
# Current director
2222
PROJECT_DIR=$(shell pwd)
2323

24-
BUILD_NUMBER=5
24+
BUILD_NUMBER=1
2525

2626
# Version of packages that will be compiled by this meta-package
27-
PYTHON_VERSION=3.4.2
27+
PYTHON_VERSION=3.5.1
2828
PYTHON_VER=$(basename $(PYTHON_VERSION))
2929

3030
OPENSSL_VERSION_NUMBER=1.0.2

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ This should:
6868
The build products will be in the `build` directory; the compiled frameworks
6969
will be in the `dist` directory.
7070

71-
.. _for iOS: https://github.com/pybee/Python-iOS-support/releases/download/3.4.2-b5/Python-3.4.2-iOS-support.b5.tar.gz
72-
.. _for tvOS: https://github.com/pybee/Python-iOS-support/releases/download/3.4.2-b5/Python-3.4.2-iOS-support.b5.tar.gz
73-
.. _for watchOS: https://github.com/pybee/Python-iOS-support/releases/download/3.4.2-b5/Python-3.4.2-iOS-support.b5.tar.gz
71+
.. _for iOS: https://github.com/pybee/Python-iOS-support/releases/download/3.5.1-b1/Python-3.5.1-iOS-support.b1.tar.gz
72+
.. _for tvOS: https://github.com/pybee/Python-iOS-support/releases/download/3.5.1-b1/Python-3.5.1-iOS-support.b1.tar.gz
73+
.. _for watchOS: https://github.com/pybee/Python-iOS-support/releases/download/3.5.1-b1/Python-3.5.1-iOS-support.b1.tar.gz
7474

7575
Acknowledgements
7676
----------------

0 commit comments

Comments
 (0)