diff options
author | corvid <devnull@localhost> | 2015-06-11 15:20:02 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2015-06-11 15:20:02 +0000 |
commit | ec145bb886f371d086b3ef76f6defadbde4c4986 (patch) | |
tree | e73df9628d1826ca17243d19329b0daf71264b11 | |
parent | 4b0c4d6895886f7faca4b96389e83253eb393121 (diff) |
now give it a version number
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 46c25263..44711536 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.1]) +AC_INIT([dillo], [3.0.5-pre]) dnl Detect the canonical target build environment AC_CANONICAL_TARGET |