Skip to content

Commit b0eee19

Browse files
committed
chg: [build] v1.0 released
1 parent 65cf6a4 commit b0eee19

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

configure

Lines changed: 9 additions & 9 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.69 for ssldump 0.9b3p1.
3+
# Generated by GNU Autoconf 2.69 for ssldump 1.0.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@ MAKEFLAGS=
577577
# Identity of this package.
578578
PACKAGE_NAME='ssldump'
579579
PACKAGE_TARNAME='ssldump'
580-
PACKAGE_VERSION='0.9b3p1'
581-
PACKAGE_STRING='ssldump 0.9b3p1'
580+
PACKAGE_VERSION='1.0'
581+
PACKAGE_STRING='ssldump 1.0'
582582
PACKAGE_BUGREPORT=''
583583
PACKAGE_URL=''
584584

@@ -1248,7 +1248,7 @@ if test "$ac_init_help" = "long"; then
12481248
# Omit some internal or obsolete options to make the list less imposing.
12491249
# This message is too long to be a string in the A/UX 3.1 sh.
12501250
cat <<_ACEOF
1251-
\`configure' configures ssldump 0.9b3p1 to adapt to many kinds of systems.
1251+
\`configure' configures ssldump 1.0 to adapt to many kinds of systems.
12521252
12531253
Usage: $0 [OPTION]... [VAR=VALUE]...
12541254
@@ -1314,7 +1314,7 @@ fi
13141314

13151315
if test -n "$ac_init_help"; then
13161316
case $ac_init_help in
1317-
short | recursive ) echo "Configuration of ssldump 0.9b3p1:";;
1317+
short | recursive ) echo "Configuration of ssldump 1.0:";;
13181318
esac
13191319
cat <<\_ACEOF
13201320
@@ -1405,7 +1405,7 @@ fi
14051405
test -n "$ac_init_help" && exit $ac_status
14061406
if $ac_init_version; then
14071407
cat <<\_ACEOF
1408-
ssldump configure 0.9b3p1
1408+
ssldump configure 1.0
14091409
generated by GNU Autoconf 2.69
14101410
14111411
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1953,7 +1953,7 @@ cat >config.log <<_ACEOF
19531953
This file contains any messages produced by compilers while
19541954
running configure, to aid debugging if configure makes a mistake.
19551955
1956-
It was created by ssldump $as_me 0.9b3p1, which was
1956+
It was created by ssldump $as_me 1.0, which was
19571957
generated by GNU Autoconf 2.69. Invocation command line was
19581958
19591959
$ $0 $@
@@ -5254,7 +5254,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
52545254
# report actual input values of CONFIG_FILES etc. instead of their
52555255
# values after options handling.
52565256
ac_log="
5257-
This file was extended by ssldump $as_me 0.9b3p1, which was
5257+
This file was extended by ssldump $as_me 1.0, which was
52585258
generated by GNU Autoconf 2.69. Invocation command line was
52595259
52605260
CONFIG_FILES = $CONFIG_FILES
@@ -5307,7 +5307,7 @@ _ACEOF
53075307
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
53085308
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
53095309
ac_cs_version="\\
5310-
ssldump config.status 0.9b3p1
5310+
ssldump config.status 1.0
53115311
configured by $0, generated by GNU Autoconf 2.69,
53125312
with options \\"\$ac_cs_config\\"
53135313

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dnl CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
3636
dnl OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
3737
dnl EVEN IF ADVISED OF THE POSSIBILITY SUCH DAMAGE.
3838
dnl Process this file with autoconf to produce a configure script.
39-
AC_INIT(ssldump, 0.9b3p1)
39+
AC_INIT(ssldump, 1.0)
4040
AC_CANONICAL_SYSTEM
4141

4242
dnl Checks for programs.

0 commit comments

Comments
 (0)