diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2009-05-12 13:19:57 +0200 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2009-05-12 13:19:57 +0200 |
commit | ff77e0393931f750caa452c96347ef83f2c3aab7 (patch) | |
tree | 7e73571ca764bd8f499747556ab724f3e290683a /configure.in | |
parent | a78689fc67fe3937029895faeaceb99c9ff4ee8a (diff) |
post-release bump for 0.5.13
update version in configure.in, add 0.5.13 stub to NEWS
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 ee98b998..2e86931f 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ dnl Process this file with autoconf to produce a configure script. # AC_PREREQ(2.59c) -AC_INIT(hal, 0.5.12, david@fubar.dk) +AC_INIT(hal, 0.5.13, david@fubar.dk) AM_INIT_AUTOMAKE([gnu 1.9]) AM_MAINTAINER_MODE |