diff --git a/doc/misc.rst b/doc/misc.rst index b3ba69f68061eef099e852f0060ed42a4814481b..1da2f20f85898ac7f79f673a1a0faaeedf560b6f 100644 --- a/doc/misc.rst +++ b/doc/misc.rst @@ -118,6 +118,11 @@ Version 2016.1 This version is currently under development. You can get snapshots from PyOpenCL's `git repository <https://github.com/pyopencl/pyopencl>`_ +Version 2015.2.4 +---------------- + +* Fix building on Windows, using mingwpy and VS 2015. + Version 2015.2.3 ---------------- diff --git a/pyopencl/version.py b/pyopencl/version.py index 5450fb225a8ea41973250de444789725e7d684e3..9e1439f2af0d39cee54a42606223c57b5de11ef7 100644 --- a/pyopencl/version.py +++ b/pyopencl/version.py @@ -1,3 +1,3 @@ -VERSION = (2015, 2, 3) +VERSION = (2015, 2, 4) VERSION_STATUS = "" VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS