From 01da6cef24656162c001f83edb1d854ea2260e05 Mon Sep 17 00:00:00 2001 From: Grigori Fursin Date: Fri, 13 Sep 2019 12:08:02 +0200 Subject: [PATCH] V1.11.1 release --- CHANGES.txt | 2 +- ck/kernel.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index b9edd1dde4..781ba6d861 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -* V1.10.3.1 +* V1.11.1 * fixed ck.bat on Windows (if CK_ROOT has spaces) * added possibility to add sub-directory for all entries of a given module based on first N characters of an entry name; this is needed to handle millions of entries; diff --git a/ck/kernel.py b/ck/kernel.py index af57270b86..e6f43523eb 100755 --- a/ck/kernel.py +++ b/ck/kernel.py @@ -13,8 +13,8 @@ # For example, we implemented some functions in Java, C, C++ and Fortran # (see our xOpenME library used in Android) -__version__ = "1.10.3.1" # We use 3 digits for the main (released) version and 4th digit for development revision - # Do not use characters (to detect outdated version)! +__version__ = "1.11.1" # We use 3 digits for the main (released) version and 4th digit for development revision + # Do not use characters (to detect outdated version)! # Extra modules global for the whole kernel import sys diff --git a/setup.py b/setup.py index 762c4c11b5..78d2e2dc1f 100755 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ def run(self): # Describing CK setup setup( name='ck', - version='1.10.3.1', + version='1.11.1', url='https://github.com/ctuning/ck/wiki', license='BSD 3-clause', author='Grigori Fursin and the cTuning foundation',