From: Markus Armbruster Date: Sun, 19 Oct 2008 18:41:55 +0000 (-0400) Subject: Bump version to 4.3.19 X-Git-Tag: v4.3.19~29 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=69c20a2f7b0977f0f2caf5d8840f2680d6630ca7 Bump version to 4.3.19 --- diff --git a/configure.ac b/configure.ac index 84cadc8e2..21226b7e2 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,7 @@ # whether it's worth fixing. AC_PREREQ(2.59) -AC_INIT([Wolfpack Empire], [4.3.18], [wolfpack@wolfpackempire.com], [empire]) +AC_INIT([Wolfpack Empire], [4.3.19], [wolfpack@wolfpackempire.com], [empire]) AC_CONFIG_SRCDIR([include/combat.h]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) diff --git a/src/client/configure.ac b/src/client/configure.ac index 79db0a508..610e24c1d 100644 --- a/src/client/configure.ac +++ b/src/client/configure.ac @@ -38,7 +38,7 @@ # whether it's worth fixing. AC_PREREQ(2.59) -AC_INIT([Empire Client], [4.3.18], [wolfpack@wolfpackempire.com]) +AC_INIT([Empire Client], [4.3.19], [wolfpack@wolfpackempire.com]) AC_CONFIG_SRCDIR([empire.6]) AC_CONFIG_HEADERS([config.h])