FreeCol 0.11.1.

This commit is contained in:
Mike Pope 2014-11-16 09:29:22 +10:30
parent eb49b330f3
commit 0980a62e90
3 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
\newcommand{\fcversion}{0.11.0}
\newcommand{\fcversion}{0.11.1}
\newcommand{\Goods}[1]{\index{#1}\index{Goods!#1}\hypertarget{#1}{\textbf{#1}}}
\newcommand{\Terrain}[1]{\index{#1}\index{Terrain!#1}\hypertarget{#1}{\textbf{#1}}}
\newcommand{\Unit}[1]{\index{#1}\index{Units!#1}\hypertarget{#1}{\textbf{#1}}}

View File

@ -370,12 +370,13 @@ using tabs.
\item Call \verb+ant dist+ in order to build all packages. You will be
prompted for the version of this release. Alternatively, you can
specify the version on the command line, by saying something like
\verb+ant -Dfreecol.version=0.9.0-alpha2 dist+ instead (replace
0.9.0-alpha2 with the correct version, of course). It might be
necessary to increase the memory available for ant, for example by
setting the environment variable
\verb+ANT_OPTS="-Xms256m -Xmx256m"+. Errors in language packs only
apply to the installer and need not delay the overall release.
\begin{verbatim}ant -Dfreecol.version=0.9.0-alpha2 dist
\end{verbatim}
instead (replace 0.9.0-alpha2 with the correct version, of
course). It might be necessary to increase the memory available for
ant, for example by setting the environment variable
\verb|ANT_OPTS="-Xms256m -Xmx256m"|. Errors in language packs
only apply to the installer and need not delay the overall release.
\item Install one of the generated packages and verify that you can play
normally for at least five turns. Other good tests include loading a
@ -412,7 +413,7 @@ FILE
and/or run the previous version for comparison).
\item Update the release number in the "Version"-mambot at
http://www.freecol.org/administrator > Mambots > Site Mambots > Version.
\texttt{http://www.freecol.org/administrator} > Mambots > Site Mambots > Version.
\item Publish/unpublish "Download Unstable Version" in the main menu
(Front Page Manager). This page should only be displayed if the
@ -425,8 +426,7 @@ FILE
\item Post release messages on our mailing lists: developers,
translators and users. The addresses are:
\verb+freecol-{developers,translators,users}@lists.sourceforge.net+
\texttt{freecol-{developers,translators,users}@lists.sourceforge.net}.
Include information on savegame compatibility with previous versions
on all messages. Beware that you may have to be subscribed to some

View File

@ -102,7 +102,7 @@ public final class FreeCol {
public static final String META_SERVER_ADDRESS = "meta.freecol.org";
public static final int META_SERVER_PORT = 3540;
private static final String FREECOL_VERSION = "0.11.0";
private static final String FREECOL_VERSION = "0.11.1";
private static String FREECOL_REVISION;
// Cli defaults.