From 2a0b84bc81206bf305fde41296c8254bfe35111b Mon Sep 17 00:00:00 2001 From: pandax381 Date: Wed, 20 May 2015 15:33:07 +0900 Subject: [PATCH] release 0.9.6a --- ChangeLog | 3 +++ configure | 20 ++++++++++---------- configure.ac | 2 +- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index d30ede0..9adf628 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2015/05/20: Ver 0.9.6a +- fixed OSX 10.8 and earlier + 2015/05/12: Ver 0.9.6 - add support DLT_RAW (RAW IP) - add support DLT_PKTAP (Apple Packet TAP) diff --git a/configure b/configure index 04fe48e..b97d88f 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.67 for miruo 0.9.6. +# Generated by GNU Autoconf 2.67 for miruo 0.9.6a. # # Report bugs to . # @@ -552,8 +552,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='miruo' PACKAGE_TARNAME='miruo' -PACKAGE_VERSION='0.9.6' -PACKAGE_STRING='miruo 0.9.6' +PACKAGE_VERSION='0.9.6a' +PACKAGE_STRING='miruo 0.9.6a' PACKAGE_BUGREPORT='info-miruo@klab.com' PACKAGE_URL='' @@ -1236,7 +1236,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 miruo 0.9.6 to adapt to many kinds of systems. +\`configure' configures miruo 0.9.6a to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1302,7 +1302,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of miruo 0.9.6:";; + short | recursive ) echo "Configuration of miruo 0.9.6a:";; esac cat <<\_ACEOF @@ -1395,7 +1395,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -miruo configure 0.9.6 +miruo configure 0.9.6a generated by GNU Autoconf 2.67 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1891,7 +1891,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 miruo $as_me 0.9.6, which was +It was created by miruo $as_me 0.9.6a, which was generated by GNU Autoconf 2.67. Invocation command line was $ $0 $@ @@ -2706,7 +2706,7 @@ fi # Define the identity of the package. PACKAGE='miruo' - VERSION='0.9.6' + VERSION='0.9.6a' cat >>confdefs.h <<_ACEOF @@ -5131,7 +5131,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 miruo $as_me 0.9.6, which was +This file was extended by miruo $as_me 0.9.6a, which was generated by GNU Autoconf 2.67. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5197,7 +5197,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="\\ -miruo config.status 0.9.6 +miruo config.status 0.9.6a configured by $0, generated by GNU Autoconf 2.67, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 5a28192..5768727 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.67]) -AC_INIT(miruo, 0.9.6, info-miruo@klab.com) +AC_INIT(miruo, 0.9.6a, info-miruo@klab.com) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([miruo.c]) AC_CONFIG_HEADER([config.h])