Updates version number after release.

This commit is contained in:
Stian Grenborgen 2023-01-03 00:29:57 +01:00
parent 9367c6e09a
commit 90d88c5a15
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
%-*-LaTeX-*-
% Trivial file to contain the version number definition, used by both
% FreeCol.tex and developer.tex.
\newcommand{\fcversion}{1.0.0}
\newcommand{\fcversion}{1.0.0+git}

View File

@ -112,7 +112,7 @@ public final class FreeCol {
private static final Logger logger = Logger.getLogger(FreeCol.class.getName());
/** The FreeCol release version number. */
private static final String FREECOL_VERSION = "1.0.0";
private static final String FREECOL_VERSION = "1.0.0+git";
/** The FreeCol protocol version number. */
private static final String FREECOL_PROTOCOL_VERSION = "0.1.6";