Skip to content

Commit

Permalink
docs: increment version number to 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ebohm committed May 15, 2024
1 parent ae37dee commit c5f1dcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if(CMAKE_VERSION VERSION_GREATER 3.12 OR CMAKE_VERSION VERSION_EQUAL 3.12)
endif()

# Fortran is optional, so don't include it in LANGUAGES here
project(Charm++ LANGUAGES CXX C ASM VERSION 7.0.0)
project(Charm++ LANGUAGES CXX C ASM VERSION 7.0.1)

find_package(Threads)
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 @@ -7,7 +7,7 @@
# Increment the second and third digits when making a minor feature release
# Increment the first digit when making a major feature release

AC_INIT([Charm++], [70000], [[email protected]], [charm], [https://charm.cs.illinois.edu/])
AC_INIT([Charm++], [70001], [[email protected]], [charm], [https://charm.cs.illinois.edu/])

AC_CONFIG_SRCDIR(./Makefile)

Expand Down

0 comments on commit c5f1dcd

Please sign in to comment.