diff options
author | David Zeuthen <david@fubar.dk> | 2005-11-15 03:07:50 +0000 |
---|---|---|
committer | David Zeuthen <david@fubar.dk> | 2005-11-15 03:07:50 +0000 |
commit | acd33f853b666e744717a52a5733f7b0923a01e7 (patch) | |
tree | 3137351ab98b12c1c43d3aa3c480f65ee580e5a8 /configure.in | |
parent | ccb915f022a943fa342f86088a3e5c6d2117086c (diff) |
Update for 0.5.5.1HAL_0_5_5_1
Update to 0.5.5.1
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index fbbac23c..cba79ea2 100644 --- a/configure.in +++ b/configure.in @@ -7,8 +7,8 @@ dnl Process this file with autoconf to produce a configure script. # AC_PREREQ(2.57) -AC_INIT(hal, 0.5.5, david@fubar.dk) -AM_INIT_AUTOMAKE(hal, 0.5.5) +AC_INIT(hal, 0.5.5.1, david@fubar.dk) +AM_INIT_AUTOMAKE(hal, 0.5.5.1) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE |