Updates version number for release.

This commit is contained in:
Stian Grenborgen 2023-01-03 00:27:49 +01:00
parent cb3d16c125
commit 9367c6e09a
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}{0.12.0}
\newcommand{\fcversion}{1.0.0}

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 = "0.13.0+dev";
private static final String FREECOL_VERSION = "1.0.0";
/** The FreeCol protocol version number. */
private static final String FREECOL_PROTOCOL_VERSION = "0.1.6";