diff options
author | Sebastian Geerken <devnull@localhost> | 2016-04-18 19:32:35 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2016-04-18 19:32:35 +0200 |
commit | 504f461ee2d4ec9cc3409cd905fa5c4e27544942 (patch) | |
tree | 303a07aaaf0360bcbb6c62d9fba8785aab3bf061 /configure.ac | |
parent | 0ecdc628550cf4b8632f8f14013ab620b8b49a20 (diff) |
Fix version number.
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 63f0f40e..778d9171 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with aclocal, autoconf and automake. # "grows2" (for second phase of GROWS) to distinguish this version # from version 3.1-dev. Remember to remove this again after merging. -AC_INIT([dillo], [3.1-dev_grows2]) +AC_INIT([dillo], [3.1-dev]) dnl Detect the canonical target build environment AC_CANONICAL_TARGET |