diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2009-11-30 23:41:46 +0100 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2009-11-30 23:41:46 +0100 |
commit | 8e26deb441fe07fe940eeabadc7ff41a0564e0bb (patch) | |
tree | 3f4cd74108d7f74853b20636c8dd8a01a61bb34e /configure.in | |
parent | 17f24242b5739a27940e0cc164a856b9584481f7 (diff) |
post-release bump to 0.5.14
bump version in configure.in, add 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 e8aa021e..a8fda516 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.14, david@fubar.dk) +AC_INIT(hal, 0.5.15, david@fubar.dk) AM_INIT_AUTOMAKE([gnu 1.9]) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |