1
0
mirror of https://git.zap.org.au/git/trader.git synced 2025-02-02 15:08:13 -05:00

Prepare for a preliminary release of Star Traders

This preliminary release, version 7.4-pre1, allows translators time to
make changes before the real release of 7.4.
This commit is contained in:
John Zaitseff 2012-03-27 10:16:21 +11:00
parent 35abce5052
commit 874aac8b75
3 changed files with 6 additions and 5 deletions

View File

@ -102,12 +102,12 @@ You can also run configure in a separate build-only directory tree. This
feature requires GNU Make and allows you to keep the source code tree from feature requires GNU Make and allows you to keep the source code tree from
being modified by the compilation process. To use this option, create a being modified by the compilation process. To use this option, create a
separate build directory, then run configure. For example, if you placed separate build directory, then run configure. For example, if you placed
the Star Traders source code tree in $HOME/src/trader-7.3, you could run the Star Traders source code tree in $HOME/src/trader-7.4, you could run
something like: something like:
mkdir $HOME/build/trader-build-7.3 mkdir $HOME/build/trader-build-7.4
cd $HOME/build/trader-build-7.3 cd $HOME/build/trader-build-7.4
$HOME/src/trader-7.3/configure $HOME/src/trader-7.4/configure
Once again, the Autoconf manual describes these options (and many others): Once again, the Autoconf manual describes these options (and many others):

1
NEWS
View File

@ -18,6 +18,7 @@ at http://www.zap.org.au/services/svn/.
Version 7.4 (not yet released) Version 7.4 (not yet released)
------------------------------ ------------------------------
@@@ Revised game algorithms: negative returns now allowed.
@@@ Updated Russian translation; thanks to Vladimir B. Tsarkov. @@@ Updated Russian translation; thanks to Vladimir B. Tsarkov.
@@@ French translation; thanks to Frédéric Marchal. @@@ French translation; thanks to Frédéric Marchal.

View File

@ -26,7 +26,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program. If not, see http://www.gnu.org/licenses/. dnl along with this program. If not, see http://www.gnu.org/licenses/.
AC_INIT([Star Traders], [7.3], [J.Zaitseff@zap.org.au], [trader], [http://www.zap.org.au/software/trader/]) AC_INIT([Star Traders], [7.4-pre1], [J.Zaitseff@zap.org.au], [trader], [http://www.zap.org.au/software/trader/])
AC_DEFINE([PACKAGE_AUTHOR], ["John Zaitseff"], [Package author]) AC_DEFINE([PACKAGE_AUTHOR], ["John Zaitseff"], [Package author])
AC_PREREQ([2.67]) AC_PREREQ([2.67])