2006-06-22 Matthew Allum <mallum@openedhand.com>
* configure.ac: * web/index.html: Correct Bugzilla link. Add debs link Bump up version to 0.1 !
This commit is contained in:
parent
9cf7f81d6a
commit
8c31bb8e45
@ -1,3 +1,10 @@
|
||||
2006-06-22 Matthew Allum <mallum@openedhand.com>
|
||||
|
||||
* configure.ac:
|
||||
* web/index.html:
|
||||
Correct Bugzilla link. Add debs link
|
||||
Bump up version to 0.1 !
|
||||
|
||||
2006-06-22 Matthew Allum <mallum@openedhand.com>
|
||||
|
||||
* NEWS:
|
||||
|
@ -4,12 +4,12 @@ AC_PREREQ(2.53)
|
||||
# An odd micro number indicates in-progress development, (eg. from CVS)
|
||||
# An even micro number indicates a released version.
|
||||
m4_define(clutter_version_major, 0)
|
||||
m4_define(clutter_version_minor, 0)
|
||||
m4_define(clutter_version_micro, 1)
|
||||
m4_define(clutter_version_minor, 1)
|
||||
m4_define(clutter_version_micro, 0)
|
||||
|
||||
AC_INIT([clutter],
|
||||
clutter_version_major.clutter_version_minor.clutter_version_micro,
|
||||
[http://bugzilla.o-hand.com/enter_bug.cgi?product=clutter])
|
||||
[http://bugzilla.o-hand.com/enter_bug.cgi?product=Clutter])
|
||||
AC_CONFIG_SRCDIR([clutter/clutter.h])
|
||||
AM_CONFIG_HEADER([config.h])
|
||||
|
||||
|
@ -66,7 +66,7 @@ As well as OpenGL Clutter depends on and uses <a href="http://developer.gnome.or
|
||||
See <a href="http://projects.o-hand.com/clutter/sources">http://projects.o-hand.com/clutter/sources</a> for sources.
|
||||
</p>
|
||||
<p>
|
||||
Prebuilt Ubuntu dapper debs available via FIXME.
|
||||
Prebuilt Debian packages available via <a href="http://debian.o-hand.com">http://debian.o-hand.com</a>
|
||||
</p>
|
||||
|
||||
<h3>#Documentation</h3>
|
||||
@ -84,7 +84,7 @@ Browseable <a href="http://svn.o-hand.com/view/clutter/">here</a>.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Bugs</strong></br>
|
||||
Use the <a href="http://bugzilla.o-hand.com/enter_bug.cgi?product=clutter">OpenedHand Bugzilla</a>
|
||||
Use the <a href="http://bugzilla.o-hand.com/enter_bug.cgi?product=Clutter">OpenedHand Bugzilla</a>
|
||||
</p>
|
||||
<p>
|
||||
<strong>Mailing List</strong></br>
|
||||
|
Loading…
Reference in New Issue
Block a user