Module: xenomai-2.5 Branch: master Commit: b659d91264f0f49210d0a3d7a216dcafe0aa873e URL: http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=b659d91264f0f49210d0a3d7a216dcafe0aa873e
Author: Gilles Chanteperdrix <[email protected]> Date: Wed Oct 6 12:58:13 2010 +0200 build: boostrap --- config/version | 2 +- configure | 20 ++++++++++---------- include/nucleus/version.h | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/config/version b/config/version index fe16b34..0cadbc1 100644 --- a/config/version +++ b/config/version @@ -1 +1 @@ -2.5.4 +2.5.5 diff --git a/configure b/configure index 6d2d507..a23ec71 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.65 for Xenomai 2.5.4. +# Generated by GNU Autoconf 2.65 for Xenomai 2.5.5. # # Report bugs to <[email protected]>. # @@ -701,8 +701,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Xenomai' PACKAGE_TARNAME='xenomai' -PACKAGE_VERSION='2.5.4' -PACKAGE_STRING='Xenomai 2.5.4' +PACKAGE_VERSION='2.5.5' +PACKAGE_STRING='Xenomai 2.5.5' PACKAGE_BUGREPORT='[email protected]' PACKAGE_URL='' @@ -1505,7 +1505,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Xenomai 2.5.4 to adapt to many kinds of systems. +\`configure' configures Xenomai 2.5.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1576,7 +1576,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Xenomai 2.5.4:";; + short | recursive ) echo "Configuration of Xenomai 2.5.5:";; esac cat <<\_ACEOF @@ -1742,7 +1742,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Xenomai configure 2.5.4 +Xenomai configure 2.5.5 generated by GNU Autoconf 2.65 Copyright (C) 2009 Free Software Foundation, Inc. @@ -2113,7 +2113,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Xenomai $as_me 2.5.4, which was +It was created by Xenomai $as_me 2.5.5, which was generated by GNU Autoconf 2.65. Invocation command line was $ $0 $@ @@ -4639,7 +4639,7 @@ fi # Define the identity of the package. PACKAGE='xenomai' - VERSION='2.5.4' + VERSION='2.5.5' cat >>confdefs.h <<_ACEOF @@ -13489,7 +13489,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Xenomai $as_me 2.5.4, which was +This file was extended by Xenomai $as_me 2.5.5, which was generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -13559,7 +13559,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Xenomai config.status 2.5.4 +Xenomai config.status 2.5.5 configured by $0, generated by GNU Autoconf 2.65, with options \\"\$ac_cs_config\\" diff --git a/include/nucleus/version.h b/include/nucleus/version.h index 7a09f99..8f59d64 100644 --- a/include/nucleus/version.h +++ b/include/nucleus/version.h @@ -26,8 +26,8 @@ CONFIG_XENO_VERSION_MINOR, \ CONFIG_XENO_REVISION_LEVEL) -#define XENO_VERSION_NAME "Sleep Walk" +#define XENO_VERSION_NAME "Ghosts" -#define XENO_VERSION_STRING "2.5.4" +#define XENO_VERSION_STRING "2.5.5" #endif /* _XENO_NUCLEUS_VERSION_H */ _______________________________________________ Xenomai-git mailing list [email protected] https://mail.gna.org/listinfo/xenomai-git
