diff options
author | corvid <devnull@localhost> | 2014-11-25 19:31:14 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2014-11-25 19:31:14 +0000 |
commit | f95ce8e44d13b487c73326e6957daed54c409e8d (patch) | |
tree | 3cd6bc76ef4ab0593e9da4bda4559aae730d7901 /configure.ac | |
parent | 903b2d37a914841708a29e24386268d08bd08dfc (diff) |
3.0.4.1 version number in autoconf
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 e3ace75d..325411fc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with aclocal, autoconf and automake. -AC_INIT([dillo], [3.0.4]) +AC_INIT([dillo], [3.0.4.1]) dnl Detect the canonical target build environment AC_CANONICAL_TARGET |