diff --git a/pyopencl/version.py b/pyopencl/version.py index 686ea1a4053216841be6f3aed0ca25cfbd7115b4..2cd8ebf3f39166b314a781c1c424e8a91a416748 100644 --- a/pyopencl/version.py +++ b/pyopencl/version.py @@ -1,4 +1,4 @@ -VERSION = (2011, 2) +VERSION = (2011, 1, 2) VERSION_STATUS = "" VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS