2007-01-17 Matthew Allum <mallum@openedhand.com>
* configure.ac: Bump up version to 0.2.0
This commit is contained in:
parent
7078dc5254
commit
f2c6a16363
@ -1,3 +1,8 @@
|
|||||||
|
2007-01-17 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
Bump up version to 0.2.0
|
||||||
|
|
||||||
2007-01-17 Tomas Frydrych <tf@openedhand.com>
|
2007-01-17 Tomas Frydrych <tf@openedhand.com>
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
* clutter/clutter-behavior-path.c:
|
* clutter/clutter-behavior-path.c:
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
# An odd micro number indicates in-progress development, (eg. from CVS)
|
# An odd micro number indicates in-progress development, (eg. from CVS)
|
||||||
# An even micro number indicates a released version.
|
# An even micro number indicates a released version.
|
||||||
m4_define([clutter_major_version], [0])
|
m4_define([clutter_major_version], [0])
|
||||||
m4_define([clutter_minor_version], [1])
|
m4_define([clutter_minor_version], [2])
|
||||||
m4_define([clutter_micro_version], [1])
|
m4_define([clutter_micro_version], [0])
|
||||||
|
|
||||||
m4_define([clutter_version],
|
m4_define([clutter_version],
|
||||||
[clutter_major_version.clutter_minor_version.clutter_micro_version])
|
[clutter_major_version.clutter_minor_version.clutter_micro_version])
|
||||||
@ -133,7 +133,7 @@ fi
|
|||||||
AC_SUBST(CLUTTER_DEBUG_CFLAGS)
|
AC_SUBST(CLUTTER_DEBUG_CFLAGS)
|
||||||
|
|
||||||
AC_ARG_WITH(fpu, AS_HELP_STRING([--without-fpu],
|
AC_ARG_WITH(fpu, AS_HELP_STRING([--without-fpu],
|
||||||
[Assume no fpu is present]),
|
[Assume target hardware has no fpu]),
|
||||||
[with_fpu=$withval], [with_fpu=yes])
|
[with_fpu=$withval], [with_fpu=yes])
|
||||||
|
|
||||||
if test "x$with_fpu" != "xyes" ; then
|
if test "x$with_fpu" != "xyes" ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user