From 0fccb1885541e4494f1d0ed308d75927a455a7bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Teuli=C3=A8re?= Date: Tue, 9 Apr 2013 19:39:57 +0200 Subject: [PATCH] The next version will be 2.2 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 5be7e0d..4a44be0 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. dnl -------------------------------------------------------------- dnl configure.in for Eliot dnl -------------------------------------------------------------- -AC_INIT([eliot],[2.1]) +AC_INIT([eliot],[2.2-git]) AC_CONFIG_SRCDIR(qt/main.cpp) dnl See http://www.flameeyes.eu/autotools-mythbuster/automake/nonrecursive.html dnl for the subdir-objets arguments (used at the moment for game/cmd/)