summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2010-04-06 02:05:20 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2010-04-06 02:05:20 +0200
commit5a27310a308a7ea56b2ce9020c775c0f64c41b79 (patch)
tree29c3f64b914ac8d0f68e254f922994fb8b231009
parent506e5a3b1f2bbd87dad745d3288497b369b77a62 (diff)
parent019c8616571f7151c5916a75d137d0c10c0b6306 (diff)
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index fca0dd3..50ec6b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Configure script for GNU Mach.
-dnl Copyright (C) 1997, 1998, 1999, 2004, 2006, 2007, 2008 Free Software
+dnl Copyright (C) 1997, 1998, 1999, 2004, 2006, 2007, 2008, 2010 Free Software
dnl Foundation, Inc.
dnl Permission to use, copy, modify and distribute this software and its
@@ -24,7 +24,7 @@ AC_CONFIG_SRCDIR([kern/ipc_kobject.c])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE(
- [1.10.1]
+ [1.10.2]
dnl Don't define `PACKAGE' and `VERSION'.
[no-define]
dnl Do not clutter the main build directory.