Skip to content

Commit

Permalink
1.11.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Oct 1, 2019
1 parent fab2e83 commit c6dd03a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* V1.11.1.1
* V1.11.2
* fixed typo
* added possibility to force index data for specific repos via local kernel meta:
"index_repos":[list of repo UIDs and aliases]
Expand Down
4 changes: 2 additions & 2 deletions ck/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.1.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.2" # 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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def run(self):
# Describing CK setup
setup(
name='ck',
version='1.11.1.1',
version='1.11.2',
url='https://github.com/ctuning/ck/wiki',
license='BSD 3-clause',
author='Grigori Fursin and the cTuning foundation',
Expand Down

0 comments on commit c6dd03a

Please sign in to comment.