Skip to content

Commit 43158b2

Browse files
committed
New release - no code changes, just build toolchain
1 parent 66fbb4f commit 43158b2

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
#define TIME_WITH_SYS_TIME 1
205205

206206
/* Version number of package */
207-
#define VERSION "2.1.3"
207+
#define VERSION "2.1.3.1"
208208

209209
/* Define for faster code generation. */
210210
/* #undef WIN32_LEAN_AND_MEAN */

configure

+10-10
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.71 for scanssh 2.1.3.
3+
# Generated by GNU Autoconf 2.71 for scanssh 2.1.3.1.
44
#
55
# Report bugs to <https://github.com/ofalk/scanssh/issues>.
66
#
@@ -611,8 +611,8 @@ MAKEFLAGS=
611611
# Identity of this package.
612612
PACKAGE_NAME='scanssh'
613613
PACKAGE_TARNAME='scanssh'
614-
PACKAGE_VERSION='2.1.3'
615-
PACKAGE_STRING='scanssh 2.1.3'
614+
PACKAGE_VERSION='2.1.3.1'
615+
PACKAGE_STRING='scanssh 2.1.3.1'
616616
PACKAGE_BUGREPORT='https://github.com/ofalk/scanssh/issues'
617617
PACKAGE_URL=''
618618

@@ -1325,7 +1325,7 @@ if test "$ac_init_help" = "long"; then
13251325
# Omit some internal or obsolete options to make the list less imposing.
13261326
# This message is too long to be a string in the A/UX 3.1 sh.
13271327
cat <<_ACEOF
1328-
\`configure' configures scanssh 2.1.3 to adapt to many kinds of systems.
1328+
\`configure' configures scanssh 2.1.3.1 to adapt to many kinds of systems.
13291329
13301330
Usage: $0 [OPTION]... [VAR=VALUE]...
13311331
@@ -1396,7 +1396,7 @@ fi
13961396

13971397
if test -n "$ac_init_help"; then
13981398
case $ac_init_help in
1399-
short | recursive ) echo "Configuration of scanssh 2.1.3:";;
1399+
short | recursive ) echo "Configuration of scanssh 2.1.3.1:";;
14001400
esac
14011401
cat <<\_ACEOF
14021402
@@ -1495,7 +1495,7 @@ fi
14951495
test -n "$ac_init_help" && exit $ac_status
14961496
if $ac_init_version; then
14971497
cat <<\_ACEOF
1498-
scanssh configure 2.1.3
1498+
scanssh configure 2.1.3.1
14991499
generated by GNU Autoconf 2.71
15001500
15011501
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1808,7 +1808,7 @@ cat >config.log <<_ACEOF
18081808
This file contains any messages produced by compilers while
18091809
running configure, to aid debugging if configure makes a mistake.
18101810
1811-
It was created by scanssh $as_me 2.1.3, which was
1811+
It was created by scanssh $as_me 2.1.3.1, which was
18121812
generated by GNU Autoconf 2.71. Invocation command line was
18131813
18141814
$ $0$ac_configure_args_raw
@@ -3080,7 +3080,7 @@ fi
30803080

30813081
# Define the identity of the package.
30823082
PACKAGE='scanssh'
3083-
VERSION='2.1.3'
3083+
VERSION='2.1.3.1'
30843084

30853085

30863086
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -6318,7 +6318,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
63186318
# report actual input values of CONFIG_FILES etc. instead of their
63196319
# values after options handling.
63206320
ac_log="
6321-
This file was extended by scanssh $as_me 2.1.3, which was
6321+
This file was extended by scanssh $as_me 2.1.3.1, which was
63226322
generated by GNU Autoconf 2.71. Invocation command line was
63236323
63246324
CONFIG_FILES = $CONFIG_FILES
@@ -6377,7 +6377,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
63776377
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
63786378
ac_cs_config='$ac_cs_config_escaped'
63796379
ac_cs_version="\\
6380-
scanssh config.status 2.1.3
6380+
scanssh config.status 2.1.3.1
63816381
configured by $0, generated by GNU Autoconf 2.71,
63826382
with options \\"\$ac_cs_config\\"
63836383

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
AC_INIT([scanssh],[2.1.3],[https://github.com/ofalk/scanssh/issues])
2+
AC_INIT([scanssh],[2.1.3.1],[https://github.com/ofalk/scanssh/issues])
33
AC_CONFIG_SRCDIR([scanssh])
44
AC_CONFIG_SRCDIR(scanssh.c)
55

0 commit comments

Comments
 (0)