From 571a65a06d1b6ee4b2d6b5563ebc2f4b81aaf628 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 9 Mar 2021 07:26:59 -0500 Subject: [PATCH] step version strings for the next patch release --- doc/lammps.1 | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lammps.1 b/doc/lammps.1 index 9351ba5636..6ce463bfba 100644 --- a/doc/lammps.1 +++ b/doc/lammps.1 @@ -1,4 +1,4 @@ -.TH LAMMPS "10 February 2021" "2021-02-10" +.TH LAMMPS "10 March 2021" "2021-03-10" .SH NAME .B LAMMPS \- Molecular Dynamics Simulator. diff --git a/src/version.h b/src/version.h index 84541d4456..d16067e41c 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define LAMMPS_VERSION "10 Feb 2021" +#define LAMMPS_VERSION "10 Mar 2021"