Skip to content

Commit

Permalink
!fixup: update version numbers and copyright text
Browse files Browse the repository at this point in the history
  • Loading branch information
ebohm committed May 17, 2024
1 parent c38acc9 commit b0548f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 7.1.0)
project(Charm++ LANGUAGES CXX C ASM VERSION 8.0.0)

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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,4 +387,4 @@ Mikida, Sam White, Kavitha Chandrasekar, Jaemin Choi, Matthias Diener,
Evan Ramos, Zane Fink, Pathikrit Ghosh, Maya Taylor, Aditya Bhosale,
Mathew Jacob, Tom Vander Aa, and Thomas Quinn.

Copyright (C) 1989-2024 Regents of the University of Illinois
Copyright (C) 1989-2024 University of Illinois Board of Trustees
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++],[80000],[[email protected]],[charm],[https://charm.cs.illinois.edu/])

AC_CONFIG_SRCDIR(./Makefile)

Expand Down

0 comments on commit b0548f7

Please sign in to comment.