Skip to content

Commit

Permalink
Merge pull request #28 from portante/rel-1.0.7
Browse files Browse the repository at this point in the history
Mark as release v1.0.7
  • Loading branch information
realneel committed Apr 16, 2020
2 parents e5b9990 + e14acb0 commit 7ccfeea
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 52 deletions.
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.69 for uperf 1.0.6.
# Generated by GNU Autoconf 2.69 for uperf 1.0.7.
#
# Report bugs to <realneel@gmail.com>.
#
Expand Down Expand Up @@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='uperf'
PACKAGE_TARNAME='uperf'
PACKAGE_VERSION='1.0.6'
PACKAGE_STRING='uperf 1.0.6'
PACKAGE_VERSION='1.0.7'
PACKAGE_STRING='uperf 1.0.7'
PACKAGE_BUGREPORT='realneel@gmail.com'
PACKAGE_URL=''

Expand Down Expand Up @@ -1295,7 +1295,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 uperf 1.0.6 to adapt to many kinds of systems.
\`configure' configures uperf 1.0.7 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1361,7 +1361,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of uperf 1.0.6:";;
short | recursive ) echo "Configuration of uperf 1.0.7:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1465,7 +1465,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
uperf configure 1.0.6
uperf configure 1.0.7
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1888,7 +1888,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 uperf $as_me 1.0.6, which was
It was created by uperf $as_me 1.0.7, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2760,7 +2760,7 @@ fi

# Define the identity of the package.
PACKAGE='uperf'
VERSION='1.0.6'
VERSION='1.0.7'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -6260,7 +6260,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 uperf $as_me 1.0.6, which was
This file was extended by uperf $as_me 1.0.7, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -6326,7 +6326,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="\\
uperf config.status 1.0.6
uperf config.status 1.0.7
configured by $0, generated by GNU Autoconf 2.69,
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
@@ -1,6 +1,6 @@
# uperf configure file
# neel@sun.com
AC_INIT(uperf, 1.0.6, realneel@gmail.com)
AC_INIT(uperf, 1.0.7, realneel@gmail.com)
AC_CONFIG_SRCDIR([src/flowops.c])
AC_CONFIG_HEADER([config.h])

Expand Down
2 changes: 1 addition & 1 deletion docs/manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
When run as active it needs master flag(-m) with a profile
describing the test application.
</p><pre class="programlisting">
Uperf Version 1.0.6
Uperf Version 1.0.7
Usage: uperf [-m profile] [-hvV] [-ngtTfkpaeE:X:i:P:R]
uperf [-s] [-hvV]

Expand Down
2 changes: 1 addition & 1 deletion manual/uperf-help.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Uperf Version 1.0.6
Uperf Version 1.0.7
Usage: uperf [-m profile] [-hvV] [-ngtTfkpaeE:X:i:P:R]
uperf [-s] [-hvV]

Expand Down
76 changes: 39 additions & 37 deletions manual/uperf.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
uperf-1.0.6 build 041420
uperf-1.0.7 build 041620
2 changes: 1 addition & 1 deletion src/uperf.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

/* Keep the data version as 0.2.5 to avoid the version mismatch problem. */
#define UPERF_DATA_VERSION "0.3"
#define UPERF_VERSION "1.0.6"
#define UPERF_VERSION "1.0.7"
#define UPERF_VERSION_LEN 128
#define UPERF_EMAIL_ALIAS "uperf-discuss@lists.sourceforge.net"

Expand Down

0 comments on commit 7ccfeea

Please sign in to comment.