Merge pull request #1737 from akohlmey/next_patch_release

Step version string for next patch release
This commit is contained in:
Axel Kohlmeyer
2019-10-30 17:47:10 -04:00
committed by GitHub
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
.TH LAMMPS "19 September 2019" "2019-09-19"
.TH LAMMPS "30 October 2019" "2019-10-30"
.SH NAME
.B LAMMPS
\- Molecular Dynamics Simulator.

View File

@ -1,7 +1,7 @@
<!-- HTML_ONLY -->
<HEAD>
<TITLE>LAMMPS Users Manual</TITLE>
<META NAME="docnumber" CONTENT="19 Sep 2019 version">
<META NAME="docnumber" CONTENT="30 Oct 2019 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 @@
:line
LAMMPS Documentation :c,h1
19 Sep 2019 version :c,h2
30 Oct 2019 version :c,h2
"What is a LAMMPS version?"_Manual_version.html

View File

@ -31,7 +31,7 @@
// C++11 check
#ifndef LAMMPS_CXX98
#if __cplusplus <= 199711L
#error LAMMPS is planning to transition to C++11. Do disable this error please use a C++11 compliant compiler, enable C++11 (or later) compliance, or define LAMMPS_CXX98 in your makefile
#error LAMMPS is planning to transition to C++11. To disable this error please use a C++11 compliant compiler, enable C++11 (or later) compliance, or define LAMMPS_CXX98 in your makefile
#endif
#endif

View File

@ -1 +1 @@
#define LAMMPS_VERSION "19 Sep 2019"
#define LAMMPS_VERSION "30 Oct 2019"