Skip to content

Commit

Permalink
[cmake] Bump version number to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Mar 18, 2020
1 parent 5e87c54 commit 2ae0dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cmake_policy(SET CMP0018 NEW) # Automatically add -fPIC when necessary
#---------------------------------------------------------------------

cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
project(TRIQS VERSION 2.2.1 LANGUAGES C CXX)
project(TRIQS VERSION 2.2.2 LANGUAGES C CXX)
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)

## C & C++ Headers
Expand Down

0 comments on commit 2ae0dfd

Please sign in to comment.