From 365475ead8e88ff9721fe2e39be1ae3563a448da Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Wed, 28 Jan 2015 15:28:26 +0100 Subject: Version number. --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.3