From e88eed25fa9e1e273ecf7847d592e2957bc017f6 Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Thu, 10 Sep 2015 09:04:27 +1000 Subject: [PATCH] Update the Star Traders version number from 7.8-pre1 to 7.8 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 10aff00..d4ff6a9 100644 --- a/configure.ac +++ b/configure.ac @@ -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.8-pre1], [J.Zaitseff@zap.org.au], [trader], [http://www.zap.org.au/software/trader/]) +AC_INIT([Star Traders], [7.8], [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])