Skip to content

Commit

Permalink
Bumped version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkunen committed Apr 4, 2018
1 parent c856005 commit a12bce7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ set(KRIPKE_CXX_COMPILER "${CMAKE_CXX_COMPILER}")
set(KRIPKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_${KRIPKE_BUILD_TYPE}}")
set(KRIPKE_LINK_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${CMAKE_LINK_FLAGS_${CMAKE_BUILD_TYPE}}")

set(KRIPKE_VERSION "1.2.1-CORAL2")
set(KRIPKE_VERSION "1.2.2-CORAL2")

configure_file(${PROJECT_SOURCE_DIR}/src/KripkeConfig.h.in
${PROJECT_BINARY_DIR}/include/KripkeConfig.h)
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
KRIPKE
======

Version 1.2.1-CORAL2
Version 1.2.2-CORAL2

Release Date 3/26/2018
Release Date 4/4/2018


Authors
Expand All @@ -22,8 +22,10 @@ See included file NOTICE.md
Changes
=======

* 04/04/2018 v1.2.2-CORAL2: Fixed bug in Population edit
* 03/26/2018 v1.2.1-CORAL2: Updated to RAJA-0.6.0rc2, fixed FOM calcuation and updated docs
* 11/02/2017 v1.2.0-CORAL2: Initial release for CORAL2
* 03/26/2017 v1.2.1-CORAL2: Updated to RAJA-0.6.0rc2, fixed FOM calcuation and updated docs



Special Notice
Expand Down

0 comments on commit a12bce7

Please sign in to comment.