Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2006-11-21 21:01:47 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-11-21 21:01:47 (GMT)
commit6b8282ba2603a4fcd39e7e28e630ac3e98a32c3d (patch)
treea4cc7729a2217e742c54564833fdcdcdc3221e85 /configure.in
parent8a1ac36104eb47e9b57c09d4d1080a7868a5a48f (diff)
renamed release 8.3BETA1 removed a double call to gcompris.sound.reopen
* configure.in: renamed release 8.3BETA1 * src/boards/python/tuxpaint.py: removed a double call to gcompris.sound.reopen A patch from Miguel: in drag : - fix problem when we leave an activity during a drag and drop (in 2 clicks mode) - activities can choose the drag mode (grab, 2clicks or both) in shapegame: - shadow pieces are semi-transparent - remove gnome canvas warning when targetfile is used in pixbuf_util; - add pixbuf_add_transparent function for shadow pieces * src/boards/shapegame.c: (start_board), (end_board), (shape_goes_back_to_list), (target_point_switch_on), (item_event_drag), (get_element_count_listgroup), (get_no_void_group), (update_shapelist_item), (create_title): * src/gcompris/drag.c: (gc_drag_item_move), (gc_drag_event), (gc_drag_event_root), (gc_drag_start), (gc_drag_stop): * src/gcompris/drag.h: * src/gcompris/pixbuf_util.c: (pixbuf_add_transparent): * src/gcompris/pixbuf_util.h: * src/gcompris/about.c: added Yves Combe in the contributor list. Not everybody is in it but Yves really deserve it. * src/gcompris/sdlplayer.c: (sdlplayer_init), (sdlplayer_reopen): minor reformating
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 9127739..58c0e7a 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_TARGET
-AM_INIT_AUTOMAKE(gcompris, 8.2)
+AM_INIT_AUTOMAKE(gcompris, 8.3BETA1)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
@@ -75,7 +75,7 @@ if test "x$SDL_CFLAGS" = "x" -o "x$SDL_LIBS" = "x" ; then
else
AC_SUBST(SDL_CFLAGS)
AC_SUBST(SDL_LIBS)
- echo "*** Not checking SDL. Using existing SDL_FLAGS and SDL_LIBS ***"
+ echo "*** Not checking SDL. Using existing SDL_FLAGS and SDL_LIBS ***"
fi
dnl RESTAURE PREVIOUSLY SET VALUES