Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 032dab1

Browse files
committed
Update version to 2017.06.
1 parent f123fdd commit 032dab1

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 hpctoolkit-externals 2016.12.
3+
# Generated by GNU Autoconf 2.69 for hpctoolkit-externals 2017.06.
44
#
55
# Report bugs to <hpctoolkit-forum@rice.edu>.
66
#
@@ -583,8 +583,8 @@ MAKEFLAGS=
583583
# Identity of this package.
584584
PACKAGE_NAME='hpctoolkit-externals'
585585
PACKAGE_TARNAME='hpctoolkit-externals'
586-
PACKAGE_VERSION='2016.12'
587-
PACKAGE_STRING='hpctoolkit-externals 2016.12'
586+
PACKAGE_VERSION='2017.06'
587+
PACKAGE_STRING='hpctoolkit-externals 2017.06'
588588
PACKAGE_BUGREPORT='hpctoolkit-forum@rice.edu'
589589
PACKAGE_URL='http://hpctoolkit.org/'
590590

@@ -1310,7 +1310,7 @@ if test "$ac_init_help" = "long"; then
13101310
# Omit some internal or obsolete options to make the list less imposing.
13111311
# This message is too long to be a string in the A/UX 3.1 sh.
13121312
cat <<_ACEOF
1313-
\`configure' configures hpctoolkit-externals 2016.12 to adapt to many kinds of systems.
1313+
\`configure' configures hpctoolkit-externals 2017.06 to adapt to many kinds of systems.
13141314
13151315
Usage: $0 [OPTION]... [VAR=VALUE]...
13161316
@@ -1376,7 +1376,7 @@ fi
13761376

13771377
if test -n "$ac_init_help"; then
13781378
case $ac_init_help in
1379-
short | recursive ) echo "Configuration of hpctoolkit-externals 2016.12:";;
1379+
short | recursive ) echo "Configuration of hpctoolkit-externals 2017.06:";;
13801380
esac
13811381
cat <<\_ACEOF
13821382
@@ -1502,7 +1502,7 @@ fi
15021502
test -n "$ac_init_help" && exit $ac_status
15031503
if $ac_init_version; then
15041504
cat <<\_ACEOF
1505-
hpctoolkit-externals configure 2016.12
1505+
hpctoolkit-externals configure 2017.06
15061506
generated by GNU Autoconf 2.69
15071507
15081508
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1891,7 +1891,7 @@ cat >config.log <<_ACEOF
18911891
This file contains any messages produced by compilers while
18921892
running configure, to aid debugging if configure makes a mistake.
18931893
1894-
It was created by hpctoolkit-externals $as_me 2016.12, which was
1894+
It was created by hpctoolkit-externals $as_me 2017.06, which was
18951895
generated by GNU Autoconf 2.69. Invocation command line was
18961896
18971897
$ $0 $@
@@ -6325,7 +6325,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
63256325
# report actual input values of CONFIG_FILES etc. instead of their
63266326
# values after options handling.
63276327
ac_log="
6328-
This file was extended by hpctoolkit-externals $as_me 2016.12, which was
6328+
This file was extended by hpctoolkit-externals $as_me 2017.06, which was
63296329
generated by GNU Autoconf 2.69. Invocation command line was
63306330
63316331
CONFIG_FILES = $CONFIG_FILES
@@ -6379,7 +6379,7 @@ _ACEOF
63796379
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
63806380
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
63816381
ac_cs_version="\\
6382-
hpctoolkit-externals config.status 2016.12
6382+
hpctoolkit-externals config.status 2017.06
63836383
configured by $0, generated by GNU Autoconf 2.69,
63846384
with options \\"\$ac_cs_config\\"
63856385

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dnl
3434
dnl $Id$
3535
dnl
3636

37-
AC_INIT([hpctoolkit-externals], [2016.12],
37+
AC_INIT([hpctoolkit-externals], [2017.06],
3838
[hpctoolkit-forum@rice.edu],
3939
[hpctoolkit-externals],
4040
[http://hpctoolkit.org/])

0 commit comments

Comments
 (0)