Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--configure.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d50626a..65e53b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+ *** RELEASE 8.4.11 ***
+
2009-03-10 Bruno coudoin <bruno.coudoin@free.fr>
Patch from Miguel that fixes the configuration
diff --git a/configure.in b/configure.in
index ef408b7..090d940 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/gcompris/gcompris.c)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(gcompris, 8.4.9)
+AM_INIT_AUTOMAKE(gcompris, 8.4.11)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE