Skip to content

Commit

Permalink
Update release notes and version for 6.10.1 (#2741)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuch authored Mar 3, 2020
1 parent 0a82afd commit cc60a79
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
This file describes the most significant changes. For more detail, use
'git log' on a clone of the charm repository.

================================================================================
What's new in Charm++ 6.10.1
================================================================================

This is a minor bug-fix release, with the following changes:

- Fix verbs layer send completion errors on recent InfiniBand hardware/drivers.

- Avoid aborting with a segfault when calling CmiAbort in production builds.

================================================================================
What's new in Charm++ 6.10.0
================================================================================
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Version 3.4 added CMAKE_C_COMPILER_LAUNCHER and CMAKE_CXX_COMPILER_LAUNCHER
cmake_minimum_required(VERSION 3.4)

project(Charm++ LANGUAGES CXX C VERSION 6.10.0)
project(Charm++ LANGUAGES CXX C VERSION 6.10.1)

find_package(Threads REQUIRED)
find_package(OpenMP) # Do this before Fortran, in case we don't have a Fortran compiler
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Increment the last 2 digits when making an API change
# Increase the first three after branching for a release

AC_INIT(Charm++, 61000, [charm@cs.illinois.edu], charm, [http://charm.cs.illinois.edu/])
AC_INIT(Charm++, 61001, [charm@cs.illinois.edu], charm, [http://charm.cs.illinois.edu/])

AC_CONFIG_SRCDIR(./Makefile)

Expand Down

0 comments on commit cc60a79

Please sign in to comment.