From 32296a1e1fdaafaf0e1bd134a4c17d7963bc87d4 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 3 Jul 2011 21:27:03 -0400 Subject: [PATCH] Bump version to 2011.1.2. --- pyopencl/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyopencl/version.py b/pyopencl/version.py index 686ea1a4..2cd8ebf3 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 -- GitLab