diff options
author | Dan Williams <dcbw@redhat.com> | 2004-03-24 15:14:04 +0000 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2004-03-24 15:14:04 +0000 |
commit | 574af0b8681a144a393b8f2869671e51afc1bcdb (patch) | |
tree | 1dbdc18972a18beebcefe35f447e490601f17577 | |
parent | 036d4c21a8d5b3f16f37ce4e8a8f7ab33d29b729 (diff) |
Bump to version 0.6 in preparation for a release.DESKTOP_FILE_UTILS_0_6
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2004-03-24 Dan Williams <dcbw@redhat.com> + + * configure.in: Version 0.6. + 2004-03-21 Dan Williams <dcbw@redhat.com> * src/gen-compat-tree.c diff --git a/configure.in b/configure.in index d340091..cdc1632 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ AC_INIT(src/desktop_file.h) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(desktop-file-utils, 0.5) +AM_INIT_AUTOMAKE(desktop-file-utils, 0.6) # Honor aclocal flags ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" |