From c5f1dcda82440082bf7d507a63e63270acc390df Mon Sep 17 00:00:00 2001 From: Eric Bohm Date: Wed, 15 May 2024 14:07:50 -0500 Subject: [PATCH] docs: increment version number to 7.0.1 --- CMakeLists.txt | 2 +- src/scripts/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f6e450b056..edfc27cfd3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/src/scripts/configure.ac b/src/scripts/configure.ac index f6c0f311b4..15896c2360 100644 --- a/src/scripts/configure.ac +++ b/src/scripts/configure.ac @@ -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], [charm@cs.illinois.edu], [charm], [https://charm.cs.illinois.edu/]) +AC_INIT([Charm++], [70001], [charm@cs.illinois.edu], [charm], [https://charm.cs.illinois.edu/]) AC_CONFIG_SRCDIR(./Makefile)