From 2715a602ee92a4c3168a589bfbb6eadf623d12ad Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Sat, 20 May 2017 12:25:51 +1000 Subject: [PATCH] Set the version number to 7.10-pre1 to allow a prerelease --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index da79bf9..57d1861 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,8 @@ 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.10], [J.Zaitseff@zap.org.au], [trader], [http://www.zap.org.au/software/trader/]) +AC_INIT([Star Traders], [7.10-pre1], [J.Zaitseff@zap.org.au], [trader], + [http://www.zap.org.au/software/trader/]) AC_DEFINE([PACKAGE_AUTHOR], ["John Zaitseff"], [Package author]) AC_PREREQ([2.69])