From 5f669aef535c0d7e4ba0392936befa9693b69c65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Teuli=C3=A8re?= Date: Sat, 16 Jul 2016 11:47:51 +0200 Subject: [PATCH] Prepare for version 2.2 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 92702ad..87a5428 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. dnl -------------------------------------------------------------- dnl configure.ac for Eliot dnl -------------------------------------------------------------- -AC_INIT([eliot],[2.2-git]) +AC_INIT([eliot],[2.2]) 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/)