update version number in configure.in
Sebastian Kuzminsky <[email protected]> Fri, 19 May 2017 12:14:49 -0600
| Newsgroups | gmane.linux.real-time.rtai |
|---|---|
| Message-ID | <[email protected]> |
Here's a minor bugfix patch that updates the RTAI version number in configure.in and configure from "5.0-test2" to "5.0". I regenerated configure from configure.in by running "autoconf". -- Sebastian Kuzminsky _______________________________________________ Rtai mailing list [email protected] https://mail.rtai.org/cgi-bin/mailman/listinfo/rtai
0001-Update-version-number-from-5.0-test2-to-5.0.patch
(text/x-patch, 3.3 KB)
From 9e7b6b3d73649cc2cd96818c73e19a854398d6df Mon Sep 17 00:00:00 2001 From: Sebastian Kuzminsky <[email protected]> Date: Fri, 19 May 2017 12:12:45 -0600 Subject: [PATCH] Update version number from "5.0-test2" to "5.0" --- configure | 20 ++++++++++---------- configure.in | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/configure b/configure index 435bd74..bd2c6fa 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.69 for rtai 5.0-test2. +# Generated by GNU Autoconf 2.69 for rtai 5.0. # # Report bugs to <[email protected]>. # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='rtai' PACKAGE_TARNAME='rtai' -PACKAGE_VERSION='5.0-test2' -PACKAGE_STRING='rtai 5.0-test2' +PACKAGE_VERSION='5.0' +PACKAGE_STRING='rtai 5.0' PACKAGE_BUGREPORT='[email protected]' PACKAGE_URL='' @@ -1606,7 +1606,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 rtai 5.0-test2 to adapt to many kinds of systems. +\`configure' configures rtai 5.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1680,7 +1680,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of rtai 5.0-test2:";; + short | recursive ) echo "Configuration of rtai 5.0:";; esac cat <<\_ACEOF @@ -1875,7 +1875,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -rtai configure 5.0-test2 +rtai configure 5.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2274,7 +2274,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 rtai $as_me 5.0-test2, which was +It was created by rtai $as_me 5.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4453,7 +4453,7 @@ fi # Define the identity of the package. PACKAGE='rtai' - VERSION='5.0-test2' + VERSION='5.0' cat >>confdefs.h <<_ACEOF @@ -21031,7 +21031,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 rtai $as_me 5.0-test2, which was +This file was extended by rtai $as_me 5.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -21101,7 +21101,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="\\ -rtai config.status 5.0-test2 +rtai config.status 5.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.in b/configure.in index 45c64e7..b1c6f0a 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(rtai,5.0-test2,[email protected]) +AC_INIT(rtai,5.0,[email protected]) CONFIG_RTAI_VERSION_MAJOR=5 CONFIG_RTAI_VERSION_MINOR=0 -- 2.1.4