From 044fe2e49d8ad241834800326c05c41c3c4a6875 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 26 Jul 2021 23:09:18 -0400 Subject: [PATCH] step version number 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 414d0e7139..de496d1af1 100644 --- a/doc/lammps.1 +++ b/doc/lammps.1 @@ -1,4 +1,4 @@ -.TH LAMMPS "2 July 2021" "2021-07-2" +.TH LAMMPS "28 July 2021" "2021-07-28" .SH NAME .B LAMMPS \- Molecular Dynamics Simulator. diff --git a/src/version.h b/src/version.h index 43064d25ab..e206353a44 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define LAMMPS_VERSION "2 Jul 2021" +#define LAMMPS_VERSION "28 Jul 2021"