Skip to content

Commit

Permalink
Update version strings
Browse files Browse the repository at this point in the history
[update-doc]
  • Loading branch information
giacomofiorin committed Oct 5, 2024
1 parent 10d3e01 commit fbef550
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 46 deletions.
2 changes: 1 addition & 1 deletion doc/cv_version.tex
Original file line number Diff line number Diff line change
@@ -1 +1 @@
\newcommand{\cvversion}{2024-09-17}
\newcommand{\cvversion}{2024-10-05}
42 changes: 1 addition & 41 deletions gromacs/src/colvarproxy_gromacs_version.h
Original file line number Diff line number Diff line change
@@ -1,43 +1,3 @@
/*
* This file is part of the GROMACS molecular simulation package.
*
* Copyright 2023- The GROMACS Authors
* and the project initiators Erik Lindahl, Berk Hess and David van der Spoel.
* Consult the AUTHORS/COPYING files and https://www.gromacs.org for details.
*
* GROMACS is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 2.1
* of the License, or (at your option) any later version.
*
* GROMACS is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with GROMACS; if not, see
* https://www.gnu.org/licenses, or write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* If you want to redistribute modifications to GROMACS, please
* consider that scientific software is very special. Version
* control is crucial - bugs must be traceable. We will be happy to
* consider code for inclusion in the official distribution, but
* derived work must not be called official GROMACS. Details are found
* in the README & COPYING files - if they are missing, get the
* official version at https://www.gromacs.org.
*
* To help us fund GROMACS development, we humbly ask that you cite
* the research papers on the package. Check out https://www.gromacs.org.
*/
/*! \internal \file
* \brief
* Tracks the Colvars GROMACS interface version; see https://github.com/Colvars/colvars
* \ingroup module_applied_forces
*/

#ifndef COLVARPROXY_VERSION
#define COLVARPROXY_VERSION "2023-12-05"
#define COLVARPROXY_VERSION "2024-10-05"
#endif
2 changes: 1 addition & 1 deletion lammps/src/COLVARS/colvarproxy_lammps_version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#ifndef COLVARPROXY_VERSION
#define COLVARPROXY_VERSION "2024-07-05"
#define COLVARPROXY_VERSION "2024-10-05"
#endif
2 changes: 1 addition & 1 deletion namd/src/colvarproxy_namd_version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#ifndef COLVARPROXY_VERSION
#define COLVARPROXY_VERSION "2023-12-05"
#define COLVARPROXY_VERSION "2024-10-05"
#endif
2 changes: 1 addition & 1 deletion src/colvars_version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#ifndef COLVARS_VERSION
#define COLVARS_VERSION "2024-09-17"
#define COLVARS_VERSION "2024-10-05"
#endif
2 changes: 1 addition & 1 deletion vmd/src/colvarproxy_vmd_version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#ifndef COLVARPROXY_VERSION
#define COLVARPROXY_VERSION "2023-12-05"
#define COLVARPROXY_VERSION "2024-10-05"
#endif

0 comments on commit fbef550

Please sign in to comment.