From a7939b582abeebde7bd70d526a630f0238476334 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 15 Feb 2022 22:10:06 -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 58086b1fae..574d20bf51 100644 --- a/doc/lammps.1 +++ b/doc/lammps.1 @@ -1,4 +1,4 @@ -.TH LAMMPS "1" "7 January 2022" "2022-1-7" +.TH LAMMPS "1" "17 February 2022" "2022-2-17" .SH NAME .B LAMMPS \- Molecular Dynamics Simulator. diff --git a/src/version.h b/src/version.h index c33ca6ee15..4dcabb6280 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define LAMMPS_VERSION "7 Jan 2022" +#define LAMMPS_VERSION "17 Feb 2022"