Skip to content

Commit

Permalink
Merge pull request #12 from pandax381/release-0.9.6a
Browse files Browse the repository at this point in the history
release 0.9.6a
  • Loading branch information
pandax381 committed May 20, 2015
2 parents b176eb3 + 2a0b84b commit b81d592
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>.
#
Expand Down Expand Up @@ -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='[email protected]'
PACKAGE_URL=''

Expand Down Expand Up @@ -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]...
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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 $@
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.67])
AC_INIT(miruo, 0.9.6, [email protected])
AC_INIT(miruo, 0.9.6a, [email protected])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([miruo.c])
AC_CONFIG_HEADER([config.h])
Expand Down

0 comments on commit b81d592

Please sign in to comment.