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

Commit 528c238

Browse files
committed
Update version name to 2017.10.
1 parent f5cc4bb commit 528c238

2 files changed

Lines changed: 11 additions & 11 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 hpctoolkit 2017.06.
3+
# Generated by GNU Autoconf 2.69 for hpctoolkit 2017.10.
44
#
55
# Report bugs to <hpctoolkit-forum@rice.edu>.
66
#
@@ -593,8 +593,8 @@ MAKEFLAGS=
593593
# Identity of this package.
594594
PACKAGE_NAME='hpctoolkit'
595595
PACKAGE_TARNAME='hpctoolkit'
596-
PACKAGE_VERSION='2017.06'
597-
PACKAGE_STRING='hpctoolkit 2017.06'
596+
PACKAGE_VERSION='2017.10'
597+
PACKAGE_STRING='hpctoolkit 2017.10'
598598
PACKAGE_BUGREPORT='hpctoolkit-forum@rice.edu'
599599
PACKAGE_URL='http://hpctoolkit.org/'
600600

@@ -1602,7 +1602,7 @@ if test "$ac_init_help" = "long"; then
16021602
# Omit some internal or obsolete options to make the list less imposing.
16031603
# This message is too long to be a string in the A/UX 3.1 sh.
16041604
cat <<_ACEOF
1605-
\`configure' configures hpctoolkit 2017.06 to adapt to many kinds of systems.
1605+
\`configure' configures hpctoolkit 2017.10 to adapt to many kinds of systems.
16061606

16071607
Usage: $0 [OPTION]... [VAR=VALUE]...
16081608

@@ -1672,7 +1672,7 @@ fi
16721672

16731673
if test -n "$ac_init_help"; then
16741674
case $ac_init_help in
1675-
short | recursive ) echo "Configuration of hpctoolkit 2017.06:";;
1675+
short | recursive ) echo "Configuration of hpctoolkit 2017.10:";;
16761676
esac
16771677
cat <<\_ACEOF
16781678

@@ -1874,7 +1874,7 @@ fi
18741874
test -n "$ac_init_help" && exit $ac_status
18751875
if $ac_init_version; then
18761876
cat <<\_ACEOF
1877-
hpctoolkit configure 2017.06
1877+
hpctoolkit configure 2017.10
18781878
generated by GNU Autoconf 2.69
18791879

18801880
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2974,7 +2974,7 @@ cat >config.log <<_ACEOF
29742974
This file contains any messages produced by compilers while
29752975
running configure, to aid debugging if configure makes a mistake.
29762976

2977-
It was created by hpctoolkit $as_me 2017.06, which was
2977+
It was created by hpctoolkit $as_me 2017.10, which was
29782978
generated by GNU Autoconf 2.69. Invocation command line was
29792979

29802980
$ $0 $@
@@ -3855,7 +3855,7 @@ fi
38553855

38563856
# Define the identity of the package.
38573857
PACKAGE='hpctoolkit'
3858-
VERSION='2017.06'
3858+
VERSION='2017.10'
38593859

38603860

38613861
cat >>confdefs.h <<_ACEOF
@@ -23328,7 +23328,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2332823328
# report actual input values of CONFIG_FILES etc. instead of their
2332923329
# values after options handling.
2333023330
ac_log="
23331-
This file was extended by hpctoolkit $as_me 2017.06, which was
23331+
This file was extended by hpctoolkit $as_me 2017.10, which was
2333223332
generated by GNU Autoconf 2.69. Invocation command line was
2333323333

2333423334
CONFIG_FILES = $CONFIG_FILES
@@ -23395,7 +23395,7 @@ _ACEOF
2339523395
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2339623396
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2339723397
ac_cs_version="\\
23398-
hpctoolkit config.status 2017.06
23398+
hpctoolkit config.status 2017.10
2339923399
configured by $0, generated by GNU Autoconf 2.69,
2340023400
with options \\"\$ac_cs_config\\"
2340123401

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ m4_include(config/hpc-mpiutils.m4)
8282
# Initialization:
8383
#----------------------------------------------------------------------------
8484

85-
AC_INIT([hpctoolkit], [2017.06],
85+
AC_INIT([hpctoolkit], [2017.10],
8686
[hpctoolkit-forum@rice.edu],
8787
[hpctoolkit],
8888
[http://hpctoolkit.org/])

0 commit comments

Comments
 (0)