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

Commit 33be724

Browse files
committed
Tag this as the beginning of 2021.05.15-master.
1 parent 004ea0c commit 33be724

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

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 2021.05.15-release.
3+
# Generated by GNU Autoconf 2.69 for hpctoolkit 2021.05.15-master.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -593,8 +593,8 @@ MAKEFLAGS=
593593
# Identity of this package.
594594
PACKAGE_NAME='hpctoolkit'
595595
PACKAGE_TARNAME='hpctoolkit'
596-
PACKAGE_VERSION='2021.05.15-release'
597-
PACKAGE_STRING='hpctoolkit 2021.05.15-release'
596+
PACKAGE_VERSION='2021.05.15-master'
597+
PACKAGE_STRING='hpctoolkit 2021.05.15-master'
598598
PACKAGE_BUGREPORT='[email protected]'
599599
PACKAGE_URL='http://hpctoolkit.org/'
600600

@@ -1651,7 +1651,7 @@ if test "$ac_init_help" = "long"; then
16511651
# Omit some internal or obsolete options to make the list less imposing.
16521652
# This message is too long to be a string in the A/UX 3.1 sh.
16531653
cat <<_ACEOF
1654-
\`configure' configures hpctoolkit 2021.05.15-release to adapt to many kinds of systems.
1654+
\`configure' configures hpctoolkit 2021.05.15-master to adapt to many kinds of systems.
16551655

16561656
Usage: $0 [OPTION]... [VAR=VALUE]...
16571657

@@ -1721,7 +1721,7 @@ fi
17211721

17221722
if test -n "$ac_init_help"; then
17231723
case $ac_init_help in
1724-
short | recursive ) echo "Configuration of hpctoolkit 2021.05.15-release:";;
1724+
short | recursive ) echo "Configuration of hpctoolkit 2021.05.15-master:";;
17251725
esac
17261726
cat <<\_ACEOF
17271727

@@ -1941,7 +1941,7 @@ fi
19411941
test -n "$ac_init_help" && exit $ac_status
19421942
if $ac_init_version; then
19431943
cat <<\_ACEOF
1944-
hpctoolkit configure 2021.05.15-release
1944+
hpctoolkit configure 2021.05.15-master
19451945
generated by GNU Autoconf 2.69
19461946

19471947
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -3041,7 +3041,7 @@ cat >config.log <<_ACEOF
30413041
This file contains any messages produced by compilers while
30423042
running configure, to aid debugging if configure makes a mistake.
30433043

3044-
It was created by hpctoolkit $as_me 2021.05.15-release, which was
3044+
It was created by hpctoolkit $as_me 2021.05.15-master, which was
30453045
generated by GNU Autoconf 2.69. Invocation command line was
30463046

30473047
$ $0 $@
@@ -3922,7 +3922,7 @@ fi
39223922

39233923
# Define the identity of the package.
39243924
PACKAGE='hpctoolkit'
3925-
VERSION='2021.05.15-release'
3925+
VERSION='2021.05.15-master'
39263926

39273927

39283928
cat >>confdefs.h <<_ACEOF
@@ -25676,7 +25676,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2567625676
# report actual input values of CONFIG_FILES etc. instead of their
2567725677
# values after options handling.
2567825678
ac_log="
25679-
This file was extended by hpctoolkit $as_me 2021.05.15-release, which was
25679+
This file was extended by hpctoolkit $as_me 2021.05.15-master, which was
2568025680
generated by GNU Autoconf 2.69. Invocation command line was
2568125681

2568225682
CONFIG_FILES = $CONFIG_FILES
@@ -25743,7 +25743,7 @@ _ACEOF
2574325743
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2574425744
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2574525745
ac_cs_version="\\
25746-
hpctoolkit config.status 2021.05.15-release
25746+
hpctoolkit config.status 2021.05.15-master
2574725747
configured by $0, generated by GNU Autoconf 2.69,
2574825748
with options \\"\$ac_cs_config\\"
2574925749

configure.ac

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

84-
AC_INIT([hpctoolkit], [2021.05.15-release],
84+
AC_INIT([hpctoolkit], [2021.05.15-master],
8585
8686
[hpctoolkit],
8787
[http://hpctoolkit.org/])

0 commit comments

Comments
 (0)