Skip to content

Commit b6038c1

Browse files
committed
pulled v.1.4.6.1
1 parent 53a5dda commit b6038c1

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
04/06/2025 version 1.4.6 cystein
1+
04/06/2025 version 1.4.6.1 cystein
22
- enhanced the ClamAV integration by logging the full summary of
33
clamdscan to stderr
44

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.71 for simscan 1.4.6.
3+
# Generated by GNU Autoconf 2.71 for simscan 1.4.6.1.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@@ -607,8 +607,8 @@ MAKEFLAGS=
607607
# Identity of this package.
608608
PACKAGE_NAME='simscan'
609609
PACKAGE_TARNAME='simscan'
610-
PACKAGE_VERSION='1.4.6'
611-
PACKAGE_STRING='simscan 1.4.6'
610+
PACKAGE_VERSION='1.4.6.1'
611+
PACKAGE_STRING='simscan 1.4.6.1'
612612
PACKAGE_BUGREPORT=''
613613
PACKAGE_URL=''
614614

@@ -1340,7 +1340,7 @@ if test "$ac_init_help" = "long"; then
13401340
# Omit some internal or obsolete options to make the list less imposing.
13411341
# This message is too long to be a string in the A/UX 3.1 sh.
13421342
cat <<_ACEOF
1343-
\`configure' configures simscan 1.4.6 to adapt to many kinds of systems.
1343+
\`configure' configures simscan 1.4.6.1 to adapt to many kinds of systems.
13441344
13451345
Usage: $0 [OPTION]... [VAR=VALUE]...
13461346
@@ -1411,7 +1411,7 @@ fi
14111411

14121412
if test -n "$ac_init_help"; then
14131413
case $ac_init_help in
1414-
short | recursive ) echo "Configuration of simscan 1.4.6:";;
1414+
short | recursive ) echo "Configuration of simscan 1.4.6.1:";;
14151415
esac
14161416
cat <<\_ACEOF
14171417
@@ -1539,7 +1539,7 @@ fi
15391539
test -n "$ac_init_help" && exit $ac_status
15401540
if $ac_init_version; then
15411541
cat <<\_ACEOF
1542-
simscan configure 1.4.6
1542+
simscan configure 1.4.6.1
15431543
generated by GNU Autoconf 2.71
15441544
15451545
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1800,7 +1800,7 @@ cat >config.log <<_ACEOF
18001800
This file contains any messages produced by compilers while
18011801
running configure, to aid debugging if configure makes a mistake.
18021802
1803-
It was created by simscan $as_me 1.4.6, which was
1803+
It was created by simscan $as_me 1.4.6.1, which was
18041804
generated by GNU Autoconf 2.71. Invocation command line was
18051805
18061806
$ $0$ac_configure_args_raw
@@ -3075,7 +3075,7 @@ fi
30753075

30763076
# Define the identity of the package.
30773077
PACKAGE='simscan'
3078-
VERSION='1.4.6'
3078+
VERSION='1.4.6.1'
30793079

30803080

30813081
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -7065,7 +7065,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
70657065
# report actual input values of CONFIG_FILES etc. instead of their
70667066
# values after options handling.
70677067
ac_log="
7068-
This file was extended by simscan $as_me 1.4.6, which was
7068+
This file was extended by simscan $as_me 1.4.6.1, which was
70697069
generated by GNU Autoconf 2.71. Invocation command line was
70707070
70717071
CONFIG_FILES = $CONFIG_FILES
@@ -7133,7 +7133,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
71337133
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
71347134
ac_cs_config='$ac_cs_config_escaped'
71357135
ac_cs_version="\\
7136-
simscan config.status 1.4.6
7136+
simscan config.status 1.4.6.1
71377137
configured by $0, generated by GNU Autoconf 2.71,
71387138
with options \\"\$ac_cs_config\\"
71397139

configure.ac

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

33
AC_PREREQ([2.71])
4-
AC_INIT([simscan],[1.4.6])
4+
AC_INIT([simscan],[1.4.6.1])
55
AC_CONFIG_SRCDIR([simscan.c])
66
AM_INIT_AUTOMAKE()
77
AC_CONFIG_HEADERS([config.h])

0 commit comments

Comments
 (0)