update version tags for feature release

This commit is contained in:
Axel Kohlmeyer
2024-02-07 05:03:20 -05:00
parent b9ec85427d
commit 1eeb7ab19e
17 changed files with 26 additions and 25 deletions

View File

@ -2455,7 +2455,7 @@ static int set_variable_deprecated_flag = 1;
/** Set the value of a string-style variable.
\verbatim embed:rst
.. deprecated:: TBD
.. deprecated:: 7Feb2024
This function assigns a new value from the string str to the
string-style variable *name*. This is a way to directly change the
@ -2493,7 +2493,7 @@ int lammps_set_variable(void *handle, const char *name, const char *str)
/** Set the value of a string-style variable.
\verbatim embed:rst
.. versionadded:: TBD
.. versionadded:: 7Feb2024
This function assigns a new value from the string str to the
string-style variable *name*. This is a way to directly change the
@ -2531,6 +2531,8 @@ int lammps_set_string_variable(void *handle, const char *name, const char *str)
*
\verbatim embed:rst
.. versionadded:: 7Feb2024
This function assigns a new value from the floating point number *value*
to the internal-style variable *name*. This is a way to directly change
the numerical value of such a LAMMPS variable that was previous defined