diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2009-07-15 09:38:19 +0200 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2009-07-15 09:38:19 +0200 |
commit | 2d9293b6803405b45993cf207f4ea2e289d93c67 (patch) | |
tree | 718ce8974070b9d91011a360c9754583b7800090 /configure.in | |
parent | 69a1b374e384c678879ed5dd1f5944f8b05230ae (diff) |
post-release bump for 0.5.14
version in configure.in, add 0.5.14 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 22e7f03c..082c9e8f 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.13, david@fubar.dk) +AC_INIT(hal, 0.5.14, david@fubar.dk) AM_INIT_AUTOMAKE([gnu 1.9]) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |