summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-01-28 15:28:26 +0100
committerSebastian Geerken <devnull@localhost>2015-01-28 15:28:26 +0100
commit365475ead8e88ff9721fe2e39be1ae3563a448da (patch)
treecc4a85fb128902d538154e7252b616df5248e8aa
parent20aa13913b1122a73c3d8f16fe8aaf6d9b4e48d6 (diff)
Version number.
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fb0a1121..bb3b10cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,8 @@
dnl Process this file with aclocal, autoconf and automake.
-AC_INIT([dillo], [3.1-dev])
+# "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])
dnl Detect the canonical target build environment
AC_CANONICAL_TARGET