2008-02-11 Emmanuele Bassi <ebassi@openedhand.com>

* README:
	* NEWS: Release 0.5.6

	* configure.ac: Post release bump to 0.5.7.

	* clutter/clutter-behaviour-scale.c:
	* tests/test-fbo.c: Fix compilation warnings.
This commit is contained in:
Emmanuele Bassi
2008-02-11 16:29:31 +00:00
parent 3c1792bc86
commit bab8b24aed
5 changed files with 18 additions and 4 deletions

View File

@ -175,4 +175,6 @@ main (gint argc,
clutter_actor_show_all (stage);
clutter_main ();
return 0;
}