diff options
author | Mikael Hallendal <micke@codefactory.se> | 2002-05-06 10:28:01 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@src.gnome.org> | 2002-05-06 10:28:01 +0000 |
commit | ed2718e887546a8accae4e2bc8d8eb2bc37ab0d2 (patch) | |
tree | 75394ac9933957a697a9e9722b543aa588ef1bf4 /configure.in | |
parent | c74708c90781fa4d9e71076b4a0f48a631b37829 (diff) | |
download | yelp-ed2718e887546a8accae4e2bc8d8eb2bc37ab0d2.tar.gz |
Release 0.7YELP_0_7
2002-05-06 Mikael Hallendal <micke@codefactory.se>
* Release 0.7
* NEWS: updated for 0.7
* configure.in: bumped version to 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 864eb212..a151b402 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT(src/yelp-main.c) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(yelp, 0.6.99) +AM_INIT_AUTOMAKE(yelp, 0.7) AC_PROG_INTLTOOL |