summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-01-11 05:17:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-01-11 05:17:38 +0000
commit98915674a6470cdbb6f268a4e15b066b543c8e2b (patch)
treef79edcd66dc7add3dd7499a96288b356a8698ec3 /contrib
parent2008-01-10 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-98915674a6470cdbb6f268a4e15b066b543c8e2b.tar.bz2
Require autoconf-2.61.
Bump version to 0.9.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/repo-conf/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/repo-conf/configure.ac b/contrib/repo-conf/configure.ac
index 3e9fe44426..f0c5969963 100644
--- a/contrib/repo-conf/configure.ac
+++ b/contrib/repo-conf/configure.ac
@@ -1,8 +1,8 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.60)
-AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.8],[http://www.rtems.org/bugzilla],
+AC_PREREQ(2.61)
+AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.9],[http://www.rtems.org/bugzilla],
[rtems-]_RTEMS_API[-repo-conf])
RTEMS_VERSIONING
AC_CONFIG_SRCDIR([gpg])