From 9684af7de51b73a7446a1f5fac71dbb2672468fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Teuli=C3=A8re?= Date: Wed, 3 Apr 2013 23:02:53 +0200 Subject: [PATCH] Prepare for version 2.1 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 86a22e4..281a667 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-git]) +AC_INIT([eliot],[2.1]) 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/)