Update version number and NEWS for 1.4.7

This commit is contained in:
Thomas Wood 2012-08-08 15:06:54 +01:00
parent ea4c5bc5f4
commit 32cb530656
2 changed files with 15 additions and 1 deletions

14
NEWS
View File

@ -1,3 +1,17 @@
1.4.7
=====
Changes since 1.4.6
Fixed Bugs (from bugzilla.clutter-project.org):
#2688 - image: add some annotations for mx_image_set_from_buffer/data
#2687 - widget: Handle NULL ClutterEventCrossing->related actor in
mx_widget_leave
#2690 - MxScrollView: Fixed to clip events for clipped child area in
ClutterActor->pick()
1.4.6
=====

View File

@ -1,6 +1,6 @@
m4_define([mx_major], [1])
m4_define([mx_minor], [4])
m4_define([mx_micro], [6])
m4_define([mx_micro], [7])
m4_define([mx_version], [mx_major.mx_minor.mx_micro])
m4_define([mx_api_version], [mx_major.0])