Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2009-03-29 15:08:00 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2009-03-29 15:08:00 (GMT)
commit00b9400955d2cec16b662f8e42b8a36c916bdcdf (patch)
tree00e469d37ea32ae390240c43d674a16423cd0d6c
parent4a3b95e732efd61cb459060e532f685c81ad398c (diff)
*** RELEASE 8.3.12 ***
svn path=/branches/GCOMPRIS_8_3/; revision=3804
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2856472..997c6fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+
+ *** RELEASE 8.3.12 ***
+
2009-03-26 Bruno coudoin <bruno.coudoin@free.fr>
* src/boards/memory.c: (sound_callback): Hopefully fixed a race in which
@@ -93,6 +96,8 @@
* src/gcompris/board_config_combo.c:
(gc_board_config_combo_locales_asset):
+ *** RELEASE 8.3.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 3332825..935f2eb 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.3.11)
+AM_INIT_AUTOMAKE(gcompris, 8.3.12)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE