Unverified Commit 9159a43d authored by Axel Kohlmeyer's avatar Axel Kohlmeyer Committed by GitHub
Browse files

Merge pull request #1737 from akohlmey/next_patch_release

Step version string for next patch release
parents fed1a72b 98fc1deb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
.TH LAMMPS "19 September 2019" "2019-09-19"
.TH LAMMPS "30 October 2019" "2019-10-30"
.SH NAME
.B LAMMPS
\- Molecular Dynamics Simulator.
+2 −2
Original line number Diff line number Diff line
<!-- 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

+1 −1
Original line number Diff line number Diff line
@@ -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

+1 −1
Original line number Diff line number Diff line
#define LAMMPS_VERSION "19 Sep 2019"
#define LAMMPS_VERSION "30 Oct 2019"