From 805b06e3252465a656d1685ec134671cb87fc9df Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Sat, 29 Jan 2011 19:21:44 -0700 Subject: [PATCH] update version to the release --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b614c1f15..f7ec1fc94 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA dnl AC_PREREQ(2.50) -AC_INIT(gnash, 0.8.9dev) +AC_INIT(gnash, 0.8.9) AC_CONFIG_SRCDIR([libcore/as_object.h]) AC_CONFIG_HEADERS([gnashconfig.h]) AC_CONFIG_MACRO_DIR([macros]) -- 2.11.4.GIT