Skip to content

Commit da898e3

Browse files
committed
minor release updated and reconfigured
1 parent 2b11095 commit da898e3

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

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.69 for HmmUFOtu 1.4.3.
3+
# Generated by GNU Autoconf 2.69 for HmmUFOtu 1.5.1.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
587587
# Identity of this package.
588588
PACKAGE_NAME='HmmUFOtu'
589589
PACKAGE_TARNAME='hmmufotu'
590-
PACKAGE_VERSION='1.4.3'
591-
PACKAGE_STRING='HmmUFOtu 1.4.3'
590+
PACKAGE_VERSION='1.5.1'
591+
PACKAGE_STRING='HmmUFOtu 1.5.1'
592592
PACKAGE_BUGREPORT=''
593593
PACKAGE_URL=''
594594

@@ -1342,7 +1342,7 @@ if test "$ac_init_help" = "long"; then
13421342
# Omit some internal or obsolete options to make the list less imposing.
13431343
# This message is too long to be a string in the A/UX 3.1 sh.
13441344
cat <<_ACEOF
1345-
\`configure' configures HmmUFOtu 1.4.3 to adapt to many kinds of systems.
1345+
\`configure' configures HmmUFOtu 1.5.1 to adapt to many kinds of systems.
13461346

13471347
Usage: $0 [OPTION]... [VAR=VALUE]...
13481348

@@ -1413,7 +1413,7 @@ fi
14131413

14141414
if test -n "$ac_init_help"; then
14151415
case $ac_init_help in
1416-
short | recursive ) echo "Configuration of HmmUFOtu 1.4.3:";;
1416+
short | recursive ) echo "Configuration of HmmUFOtu 1.5.1:";;
14171417
esac
14181418
cat <<\_ACEOF
14191419

@@ -1546,7 +1546,7 @@ fi
15461546
test -n "$ac_init_help" && exit $ac_status
15471547
if $ac_init_version; then
15481548
cat <<\_ACEOF
1549-
HmmUFOtu configure 1.4.3
1549+
HmmUFOtu configure 1.5.1
15501550
generated by GNU Autoconf 2.69
15511551

15521552
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2216,7 +2216,7 @@ cat >config.log <<_ACEOF
22162216
This file contains any messages produced by compilers while
22172217
running configure, to aid debugging if configure makes a mistake.
22182218

2219-
It was created by HmmUFOtu $as_me 1.4.3, which was
2219+
It was created by HmmUFOtu $as_me 1.5.1, which was
22202220
generated by GNU Autoconf 2.69. Invocation command line was
22212221

22222222
$ $0 $@
@@ -12412,7 +12412,7 @@ fi
1241212412

1241312413
# Define the identity of the package.
1241412414
PACKAGE='hmmufotu'
12415-
VERSION='1.4.3'
12415+
VERSION='1.5.1'
1241612416

1241712417

1241812418
cat >>confdefs.h <<_ACEOF
@@ -18693,7 +18693,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1869318693
# report actual input values of CONFIG_FILES etc. instead of their
1869418694
# values after options handling.
1869518695
ac_log="
18696-
This file was extended by HmmUFOtu $as_me 1.4.3, which was
18696+
This file was extended by HmmUFOtu $as_me 1.5.1, which was
1869718697
generated by GNU Autoconf 2.69. Invocation command line was
1869818698

1869918699
CONFIG_FILES = $CONFIG_FILES
@@ -18750,7 +18750,7 @@ _ACEOF
1875018750
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1875118751
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1875218752
ac_cs_version="\\
18753-
HmmUFOtu config.status 1.4.3
18753+
HmmUFOtu config.status 1.5.1
1875418754
configured by $0, generated by GNU Autoconf 2.69,
1875518755
with options \\"\$ac_cs_config\\"
1875618756

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.59)
4-
AC_INIT([HmmUFOtu], [1.4.3])
4+
AC_INIT([HmmUFOtu], [1.5.1])
55
LT_INIT([shared static])
66

77
AC_CANONICAL_SYSTEM

libtool

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# Generated automatically by config.status (hmmufotu) 1.4.3
2+
# Generated automatically by config.status (hmmufotu) 1.5.1
33
# Libtool was configured on host gricelabstation1.med.upenn.edu:
44
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
55

src/HmmUFOtuEnv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
namespace EGriceLab {
3131

3232
const std::string progName = "HmmUFOtu";
33-
const VersionSequence progVer("v1.4.3");
33+
const VersionSequence progVer("v1.5.1");
3434
const std::string projectURL = "https://github.com/Grice-Lab/HmmUFOtu";
3535

3636
} /* namespace EGriceLab */

0 commit comments

Comments
 (0)