Skip to content

Commit d2c56d9

Browse files
committed
Update version for 7.0.0
1 parent 338258b commit d2c56d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if(CMAKE_VERSION VERSION_GREATER 3.12 OR CMAKE_VERSION VERSION_EQUAL 3.12)
2626
endif()
2727

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

3131
find_package(Threads)
3232
find_package(OpenMP) # Do this before Fortran, in case we don't have a Fortran compiler

src/scripts/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Increment the second and third digits when making a minor feature release
88
# Increment the first digit when making a major feature release
99

10-
AC_INIT([Charm++], [61002], [[email protected]], [charm], [https://charm.cs.illinois.edu/])
10+
AC_INIT([Charm++], [70000], [[email protected]], [charm], [https://charm.cs.illinois.edu/])
1111

1212
AC_CONFIG_SRCDIR(./Makefile)
1313

0 commit comments

Comments
 (0)