summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2014-01-15 12:11:57 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2014-01-15 12:11:57 +0000
commit6c02809f98946cfae5dbe2a5f737bca3f996d4a8 (patch)
tree9bc31e8753ccc4d476a8cbb543a06f301d6c8931 /configure.ac
parent082779ba8eec063969084b13099f48a1aca8f121 (diff)
downloadmpc-6c02809f98946cfae5dbe2a5f737bca3f996d4a8.tar.gz
Prepare release 1.0.2.1.0
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/branches/1.0@1408 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 568e7f0..f81397a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# Copyright (C) 2008, 2009, 2010, 2011, 2012 INRIA
+# Copyright (C) 2008, 2009, 2010, 2011, 2012, 2014 INRIA
#
# This file is part of GNU MPC.
#
@@ -20,7 +20,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT(mpc, 1.0.2dev, mpc-discuss@lists.gforge.inria.fr)
+AC_INIT(mpc, 1.0.2, mpc-discuss@lists.gforge.inria.fr)
AC_CONFIG_SRCDIR([src/mpc-impl.h])
AC_CONFIG_HEADER([config.h])