Skip to content

Commit b81d592

Browse files
committed
Merge pull request #12 from pandax381/release-0.9.6a
release 0.9.6a
2 parents b176eb3 + 2a0b84b commit b81d592

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2015/05/20: Ver 0.9.6a
2+
- fixed OSX 10.8 and earlier
3+
14
2015/05/12: Ver 0.9.6
25
- add support DLT_RAW (RAW IP)
36
- add support DLT_PKTAP (Apple Packet TAP)

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.67 for miruo 0.9.6.
3+
# Generated by GNU Autoconf 2.67 for miruo 0.9.6a.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -552,8 +552,8 @@ MAKEFLAGS=
552552
# Identity of this package.
553553
PACKAGE_NAME='miruo'
554554
PACKAGE_TARNAME='miruo'
555-
PACKAGE_VERSION='0.9.6'
556-
PACKAGE_STRING='miruo 0.9.6'
555+
PACKAGE_VERSION='0.9.6a'
556+
PACKAGE_STRING='miruo 0.9.6a'
557557
PACKAGE_BUGREPORT='[email protected]'
558558
PACKAGE_URL=''
559559

@@ -1236,7 +1236,7 @@ if test "$ac_init_help" = "long"; then
12361236
# Omit some internal or obsolete options to make the list less imposing.
12371237
# This message is too long to be a string in the A/UX 3.1 sh.
12381238
cat <<_ACEOF
1239-
\`configure' configures miruo 0.9.6 to adapt to many kinds of systems.
1239+
\`configure' configures miruo 0.9.6a to adapt to many kinds of systems.
12401240
12411241
Usage: $0 [OPTION]... [VAR=VALUE]...
12421242
@@ -1302,7 +1302,7 @@ fi
13021302

13031303
if test -n "$ac_init_help"; then
13041304
case $ac_init_help in
1305-
short | recursive ) echo "Configuration of miruo 0.9.6:";;
1305+
short | recursive ) echo "Configuration of miruo 0.9.6a:";;
13061306
esac
13071307
cat <<\_ACEOF
13081308
@@ -1395,7 +1395,7 @@ fi
13951395
test -n "$ac_init_help" && exit $ac_status
13961396
if $ac_init_version; then
13971397
cat <<\_ACEOF
1398-
miruo configure 0.9.6
1398+
miruo configure 0.9.6a
13991399
generated by GNU Autoconf 2.67
14001400
14011401
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1891,7 +1891,7 @@ cat >config.log <<_ACEOF
18911891
This file contains any messages produced by compilers while
18921892
running configure, to aid debugging if configure makes a mistake.
18931893
1894-
It was created by miruo $as_me 0.9.6, which was
1894+
It was created by miruo $as_me 0.9.6a, which was
18951895
generated by GNU Autoconf 2.67. Invocation command line was
18961896
18971897
$ $0 $@
@@ -2706,7 +2706,7 @@ fi
27062706
27072707
# Define the identity of the package.
27082708
PACKAGE='miruo'
2709-
VERSION='0.9.6'
2709+
VERSION='0.9.6a'
27102710
27112711
27122712
cat >>confdefs.h <<_ACEOF
@@ -5131,7 +5131,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
51315131
# report actual input values of CONFIG_FILES etc. instead of their
51325132
# values after options handling.
51335133
ac_log="
5134-
This file was extended by miruo $as_me 0.9.6, which was
5134+
This file was extended by miruo $as_me 0.9.6a, which was
51355135
generated by GNU Autoconf 2.67. Invocation command line was
51365136
51375137
CONFIG_FILES = $CONFIG_FILES
@@ -5197,7 +5197,7 @@ _ACEOF
51975197
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
51985198
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
51995199
ac_cs_version="\\
5200-
miruo config.status 0.9.6
5200+
miruo config.status 0.9.6a
52015201
configured by $0, generated by GNU Autoconf 2.67,
52025202
with options \\"\$ac_cs_config\\"
52035203

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.67])
5-
AC_INIT(miruo, 0.9.6, [email protected])
5+
AC_INIT(miruo, 0.9.6a, [email protected])
66
AM_INIT_AUTOMAKE
77
AC_CONFIG_SRCDIR([miruo.c])
88
AC_CONFIG_HEADER([config.h])

0 commit comments

Comments
 (0)