diff options
author | Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> | 2010-09-30 10:31:13 -0700 |
---|---|---|
committer | Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> | 2010-09-30 10:35:44 -0700 |
commit | 89d95ff4208c146630c008f774797e7764fd6a37 (patch) | |
tree | ffd2aec7bf68a891bd9b129648fbc4d79eaa991e | |
parent | 5fba48d5bd0b8a64d0946a5da4a4980893ccd818 (diff) |
release: pre-roll 1.4.4
Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
-rw-r--r-- | CHANGELOG | 4 | ||||
-rwxr-xr-x | configure | 20 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 15 insertions, 11 deletions
@@ -1,3 +1,7 @@ +Changes in v1.4.4: + + - Misc small fixes + Changes in v1.4.3: - Fixes for systems with multiple WiMAX devices @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.63 for WiMAX low level tools 1.4.3. +# Generated by GNU Autoconf 2.63 for WiMAX low level tools 1.4.4.rc0. # # Report bugs to <linux-wimax@intel.com>. # @@ -745,8 +745,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='WiMAX low level tools' PACKAGE_TARNAME='wimax-tools' -PACKAGE_VERSION='1.4.3' -PACKAGE_STRING='WiMAX low level tools 1.4.3' +PACKAGE_VERSION='1.4.4.rc0' +PACKAGE_STRING='WiMAX low level tools 1.4.4.rc0' PACKAGE_BUGREPORT='linux-wimax@intel.com' ac_unique_file="lib/internal.h" @@ -1491,7 +1491,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 WiMAX low level tools 1.4.3 to adapt to many kinds of systems. +\`configure' configures WiMAX low level tools 1.4.4.rc0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1561,7 +1561,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of WiMAX low level tools 1.4.3:";; + short | recursive ) echo "Configuration of WiMAX low level tools 1.4.4.rc0:";; esac cat <<\_ACEOF @@ -1682,7 +1682,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -WiMAX low level tools configure 1.4.3 +WiMAX low level tools configure 1.4.4.rc0 generated by GNU Autoconf 2.63 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1696,7 +1696,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 WiMAX low level tools $as_me 1.4.3, which was +It was created by WiMAX low level tools $as_me 1.4.4.rc0, which was generated by GNU Autoconf 2.63. Invocation command line was $ $0 $@ @@ -2546,7 +2546,7 @@ fi # Define the identity of the package. PACKAGE='wimax-tools' - VERSION='1.4.3' + VERSION='1.4.4.rc0' cat >>confdefs.h <<_ACEOF @@ -12327,7 +12327,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by WiMAX low level tools $as_me 1.4.3, which was +This file was extended by WiMAX low level tools $as_me 1.4.4.rc0, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12390,7 +12390,7 @@ Report bugs to <bug-autoconf@gnu.org>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -WiMAX low level tools config.status 1.4.3 +WiMAX low level tools config.status 1.4.4.rc0 configured by $0, generated by GNU Autoconf 2.63, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.in b/configure.in index 77c8442..7494db6 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT([WiMAX low level tools], [1.4.3], +AC_INIT([WiMAX low level tools], [1.4.4.rc0], [linux-wimax@intel.com], [wimax-tools]) AC_CONFIG_SRCDIR([lib/internal.h]) AM_INIT_AUTOMAKE |