From 7e78738c7374cb30b6c73d57ec5c9c016944a756 Mon Sep 17 00:00:00 2001 From: "Steven J. Plimpton" <sjplimp@singsing.sandia.gov> Date: Fri, 9 Feb 2018 14:26:21 -0700 Subject: [PATCH] patch 5Feb18 --- doc/src/Manual.txt | 4 ++-- src/version.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/Manual.txt b/doc/src/Manual.txt index 1a4d2eb779..3ef5a11cd5 100644 --- a/doc/src/Manual.txt +++ b/doc/src/Manual.txt @@ -1,7 +1,7 @@ <!-- HTML_ONLY --> <HEAD> <TITLE>LAMMPS Users Manual</TITLE> -<META NAME="docnumber" CONTENT="17 Jan 2018 version"> +<META NAME="docnumber" CONTENT="5 Feb 2018 version"> <META NAME="author" CONTENT="http://lammps.sandia.gov - Sandia National Laboratories"> <META NAME="copyright" CONTENT="Copyright (2003) Sandia Corporation. This software and manual is distributed under the GNU General Public License."> </HEAD> @@ -21,7 +21,7 @@ <H1></H1> LAMMPS Documentation :c,h3 -17 Jan 2018 version :c,h4 +5 Feb 2018 version :c,h4 Version info: :h4 diff --git a/src/version.h b/src/version.h index f544f0203c..ad4b632883 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define LAMMPS_VERSION "17 Jan 2018" +#define LAMMPS_VERSION "5 Feb 2018" -- GitLab