diff options
author | Havoc Pennington <hp@redhat.com> | 2003-04-05 20:03:58 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-04-05 20:03:58 +0000 |
commit | 6164a2e5f4ce528d902c8b55d4779204e91269ab (patch) | |
tree | b27c37302129d2739aeecaaf346b669ef6be1ece /configure.in | |
parent | 35ab7c6fab22dca58fc4b5c22b9e8587a6fd1492 (diff) |
2003-04-05 Havoc Pennington <hp@pobox.com>
* test/Makefile.am (dist-hook): also dist *.in files
* NEWS: update
* configure.in: 0.7
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 3bc177b30..04c473160 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_PREREQ(2.52) AC_INIT(dbus/dbus.h) -AM_INIT_AUTOMAKE(dbus, 0.6) +AM_INIT_AUTOMAKE(dbus, 0.7) AM_CONFIG_HEADER(config.h) |