Skip to content

Commit

Permalink
cleanup: bump version for devel to 8.0.1 (#3824)
Browse files Browse the repository at this point in the history
Co-authored-by: Eric J Bohm <[email protected]>
  • Loading branch information
ericjbohm and ebohm authored Jun 5, 2024
1 parent 3ce6732 commit 6b1ef83
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 @@ -30,7 +30,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 8.0.0)
project(Charm++ LANGUAGES CXX C ASM VERSION 8.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++],[80000],[[email protected]],[charm],[https://charm.cs.illinois.edu/])
AC_INIT([Charm++],[80001],[[email protected]],[charm],[https://charm.cs.illinois.edu/])

AC_CONFIG_SRCDIR(./Makefile)

Expand Down

0 comments on commit 6b1ef83

Please sign in to comment.