diff options
author | Eric Leblond <eric@regit.org> | 2017-05-16 00:07:56 +0200 |
---|---|---|
committer | Eric Leblond <eric@regit.org> | 2017-05-16 00:08:21 +0200 |
commit | 74fd70539034936038faf6603bb1693d42553e72 (patch) | |
tree | 39b7391014d7f140cbe34bfe994acc554b6e59dc /configure.ac | |
parent | 60e8f20d5d657b325683601c7e6525f56a08bdd6 (diff) |
Set release number to 2.0.6.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a8e5f07..e661981 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([ulogd], [2.0.5]) +AC_INIT([ulogd], [2.0.6]) AC_PREREQ([2.50]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([-Wall foreign tar-pax no-dist-gzip dist-bzip2 1.10b subdir-objects]) |