diff options
author | Eric Leblond <eric@regit.org> | 2014-03-04 00:21:10 +0100 |
---|---|---|
committer | Eric Leblond <eric@regit.org> | 2014-03-07 23:07:11 +0100 |
commit | 4ea3022bbe1a71cb50178224ab8192b8cb565ffe (patch) | |
tree | a249261b00012ee3e3b9a7e142d175e429bc233b | |
parent | 7cd9f6a2c506a8619473435a02cb2385dec90b03 (diff) |
Set release number to 2.0.4.ulogd-2.0.4
Signed-off-by: Eric Leblond <eric@regit.org>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 544a256..522c345 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.3]) +AC_INIT([ulogd], [2.0.4]) AC_PREREQ([2.50]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([-Wall foreign tar-pax no-dist-gzip dist-bzip2 1.10b]) |