From 047df9aa9eeb706eea72c03aef79b5c6992ea225 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 31 Mar 2023 09:52:58 -0400 Subject: [PATCH] mark as maintenance branch version --- src/version.h | 2 +- unittest/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index 7b33f70527..5183e869fe 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ #define LAMMPS_VERSION "23 Jun 2022" -#define LAMMPS_UPDATE "Update 3" +#define LAMMPS_UPDATE "Update 3 - Maintenance" diff --git a/unittest/CMakeLists.txt b/unittest/CMakeLists.txt index 9819a53e10..dd87e5b408 100644 --- a/unittest/CMakeLists.txt +++ b/unittest/CMakeLists.txt @@ -46,7 +46,7 @@ add_test(NAME RunLammps COMMAND $ -log none -echo none -in in.empty) set_tests_properties(RunLammps PROPERTIES ENVIRONMENT "TSAN_OPTIONS=ignore_noninstrumented_modules=1;HWLOC_HIDE_ERRORS=2" - PASS_REGULAR_EXPRESSION "LAMMPS \\([0-9]+ [A-Za-z]+ 2[0-9][0-9][0-9]( - Update [0-9]+)?\\)") + PASS_REGULAR_EXPRESSION "LAMMPS \\([0-9]+ [A-Za-z]+ 2[0-9][0-9][0-9]( - Update [0-9]+)?( - Development)?( - Maintenance)?\\)") # check if the compiled executable will print the help message add_test(NAME HelpMessage