Skip to content

Commit 05e836f

Browse files
authored
Merge pull request lammps#4297 from akohlmey/next_release
Update version strings for release
2 parents 317fb8d + 2581b1a commit 05e836f

28 files changed

+34
-34
lines changed

doc/lammps.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
.TH LAMMPS "1" "27 June 2024" "2024-06-27"
1+
.TH LAMMPS "1" "29 August 2024" "2024-08-29"
22
.SH NAME
33
.B LAMMPS
4-
\- Molecular Dynamics Simulator. Version 27 June 2024
4+
\- Molecular Dynamics Simulator. Version 29 August 2024
55

66
.SH SYNOPSIS
77
.B lmp

doc/src/Build_settings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ during a run.
492492
Support for downloading files
493493
-----------------------------
494494

495-
.. versionadded:: TBD
495+
.. versionadded:: 29Aug2024
496496

497497
The :doc:`geturl command <geturl>` command uses the `the libcurl library
498498
<https://curl.se/libcurl/>`_ to download files. This requires that

doc/src/Commands_removed.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ instructions to install i-PI from PyPI via pip are provided.
171171
LAMMPS shell
172172
------------
173173

174-
.. versionchanged:: TBD
174+
.. versionchanged:: 29Aug2024
175175

176176
The LAMMPS shell has been removed from the LAMMPS distribution. Users
177177
are encouraged to use the :ref:`LAMMPS-GUI <lammps_gui>` tool instead.

doc/src/Packages_details.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2645,7 +2645,7 @@ This package has :ref:`specific installation instructions <rheo>` on the :doc:`B
26452645
**Authors:** Joel T. Clemmer (Sandia National Labs),
26462646
Thomas C. O'Connor (Carnegie Mellon University)
26472647

2648-
.. versionadded:: TBD
2648+
.. versionadded:: 29Aug2024
26492649

26502650
**Supporting info:**
26512651

doc/src/Run_options.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ e.g. the *nfile* and *fileper* keywords. See the
508508

509509
**-restart2info restartfile keyword ...**
510510

511-
.. versionadded:: TBD
511+
.. versionadded:: 29Aug2024
512512

513513
Write out some info about the restart file and and immediately exit.
514514
This is the same operation as if the following 2-line input script were

doc/src/bond_rheo_shell.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Examples
3838
Description
3939
"""""""""""
4040

41-
.. versionadded:: TBD
41+
.. versionadded:: 29Aug2024
4242

4343
The *rheo/shell* bond style is designed to work with
4444
:doc:`fix rheo/oxidation <fix_rheo_oxidation>` which creates candidate

doc/src/compute_rheo_property_atom.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Examples
5555
Description
5656
"""""""""""
5757

58-
.. versionadded:: TBD
58+
.. versionadded:: 29Aug2024
5959

6060
Define a computation that stores atom attributes specific to the RHEO
6161
package for each atom in the group. This is useful so that the values

doc/src/fix_meso_move.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ defined by the :doc:`atom_style sph <atom_style>` command.
247247

248248
All particles in the group must be mesoscopic SPH/SDPD particles.
249249

250-
.. versionchanged:: TBD
250+
.. versionchanged:: 29Aug2024
251251

252252
This fix is incompatible with deformation controls that remap velocity,
253253
for instance the *remap v* option of :doc:`fix deform <fix_deform>`.

doc/src/fix_mvv_dpd.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ These fixes are part of the DPD-MESO package. They are only enabled if
9797
LAMMPS was built with that package. See the :doc:`Build package
9898
<Build_package>` page for more info.
9999

100-
.. versionchanged:: TBD
100+
.. versionchanged:: 29Aug2024
101101

102102
This fix is incompatible with deformation controls that remap velocity,
103103
for instance the *remap v* option of :doc:`fix deform <fix_deform>`.

doc/src/fix_rheo.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Examples
4444
Description
4545
"""""""""""
4646

47-
.. versionadded:: TBD
47+
.. versionadded:: 29Aug2024
4848

4949
Perform time integration for RHEO particles, updating positions, velocities,
5050
and densities. For an overview of other features available in the RHEO package,

0 commit comments

Comments
 (0)