1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-09-29 17:45:55 -04:00

Start preparing for version 7.2

In this version, hopefully, internationalisation and multibyte strings
will be handled correctly.
This commit is contained in:
John Zaitseff 2011-08-01 15:10:17 +10:00
parent 9599707f67
commit 3167306af4
2 changed files with 7 additions and 1 deletions

6
NEWS
View File

@ -15,6 +15,12 @@ consult the Subversion repository for "trader" on The ZAP Group web server
at http://www.zap.org.au/services/svn/.
Version 7.2 (not yet released)
------------------------------
@@@ To be written. Internationalisation, multibyte strings
Version 7.1 (29th July, 2011)
-----------------------------

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/.
AC_INIT([Star Traders], [7.1], [J.Zaitseff@zap.org.au], [trader], [http://www.zap.org.au/software/trader/])
AC_INIT([Star Traders], [7.2], [J.Zaitseff@zap.org.au], [trader], [http://www.zap.org.au/software/trader/])
AC_DEFINE([PACKAGE_AUTHOR], ["John Zaitseff"], [Package author])
AC_PREREQ([2.67])