bump up version number

git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel@760 b067294f-1dea-0310-9683-c47a78595994
This commit is contained in:
mallum
2004-03-17 11:21:41 +00:00
parent 2f556b3c49
commit ec568afa66
3 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2004-03-17 Matthew Allum,,, <mallum@handhelds.org>
* README:
Add some content
* configure.ac:
bump up version.
2004-02-26 Matthew Allum,,, <mallum@openedhand.com>
* Makefile.am:

1
README
View File

@@ -0,0 +1 @@
This is the Matchbox Panel source, see http://matchbox.handhelds.org.

View File

@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
AC_INIT([matchbox-panel], 0.8, [mallum@handhelds.org])
AC_INIT([matchbox-panel], 0.8.1, [mallum@handhelds.org])
AC_CONFIG_SRCDIR([src/panel.c])
AM_INIT_AUTOMAKE()