Skip to content

Commit 0d85f18

Browse files
committed
Increment patch version number to match GROMACS 2025.4
1 parent 4b8218f commit 0d85f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/colvarmodule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class colvarmodule {
8484
int version_int = 0;
8585

8686
/// Patch version number (non-zero in patch releases of other packages)
87-
int patch_version_int = 0;
87+
int patch_version_int = 4;
8888

8989
public:
9090

0 commit comments

Comments
 (0)