Skip to content

Commit

Permalink
Updated to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CNugteren committed Nov 22, 2015
1 parent b22dce2 commit 8bc6684
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Development version (next release)
Version 2.0.0
- Added support for machine learning models. These models can be trained on a small fraction of the
tuning configurations and can be used to predict the remainder. Two models are supported:
* Linear regression
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
# CMake project
cmake_minimum_required(VERSION 2.8.10)
project("cltune" CXX)
set(cltune_VERSION_MAJOR 1)
set(cltune_VERSION_MINOR 7)
set(cltune_VERSION_PATCH 1)
set(cltune_VERSION_MAJOR 2)
set(cltune_VERSION_MINOR 0)
set(cltune_VERSION_PATCH 0)

# Options
option(SAMPLES "Enable compilation of sample programs" ON)
Expand Down

0 comments on commit 8bc6684

Please sign in to comment.