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

Commit d9d13c7

Browse files
committed
Tag this commit as 2020.08.03-release.
1 parent 0746079 commit d9d13c7

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 2020.07-develop.
3+
# Generated by GNU Autoconf 2.69 for hpctoolkit 2020.08.03-release.
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='2020.07-develop'
597-
PACKAGE_STRING='hpctoolkit 2020.07-develop'
596+
PACKAGE_VERSION='2020.08.03-release'
597+
PACKAGE_STRING='hpctoolkit 2020.08.03-release'
598598
PACKAGE_BUGREPORT='hpctoolkit-forum@rice.edu'
599599
PACKAGE_URL='http://hpctoolkit.org/'
600600

@@ -1620,7 +1620,7 @@ if test "$ac_init_help" = "long"; then
16201620
# Omit some internal or obsolete options to make the list less imposing.
16211621
# This message is too long to be a string in the A/UX 3.1 sh.
16221622
cat <<_ACEOF
1623-
\`configure' configures hpctoolkit 2020.07-develop to adapt to many kinds of systems.
1623+
\`configure' configures hpctoolkit 2020.08.03-release to adapt to many kinds of systems.
16241624

16251625
Usage: $0 [OPTION]... [VAR=VALUE]...
16261626

@@ -1690,7 +1690,7 @@ fi
16901690

16911691
if test -n "$ac_init_help"; then
16921692
case $ac_init_help in
1693-
short | recursive ) echo "Configuration of hpctoolkit 2020.07-develop:";;
1693+
short | recursive ) echo "Configuration of hpctoolkit 2020.08.03-release:";;
16941694
esac
16951695
cat <<\_ACEOF
16961696

@@ -1903,7 +1903,7 @@ fi
19031903
test -n "$ac_init_help" && exit $ac_status
19041904
if $ac_init_version; then
19051905
cat <<\_ACEOF
1906-
hpctoolkit configure 2020.07-develop
1906+
hpctoolkit configure 2020.08.03-release
19071907
generated by GNU Autoconf 2.69
19081908

19091909
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -3003,7 +3003,7 @@ cat >config.log <<_ACEOF
30033003
This file contains any messages produced by compilers while
30043004
running configure, to aid debugging if configure makes a mistake.
30053005

3006-
It was created by hpctoolkit $as_me 2020.07-develop, which was
3006+
It was created by hpctoolkit $as_me 2020.08.03-release, which was
30073007
generated by GNU Autoconf 2.69. Invocation command line was
30083008

30093009
$ $0 $@
@@ -3884,7 +3884,7 @@ fi
38843884

38853885
# Define the identity of the package.
38863886
PACKAGE='hpctoolkit'
3887-
VERSION='2020.07-develop'
3887+
VERSION='2020.08.03-release'
38883888

38893889

38903890
cat >>confdefs.h <<_ACEOF
@@ -24627,7 +24627,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2462724627
# report actual input values of CONFIG_FILES etc. instead of their
2462824628
# values after options handling.
2462924629
ac_log="
24630-
This file was extended by hpctoolkit $as_me 2020.07-develop, which was
24630+
This file was extended by hpctoolkit $as_me 2020.08.03-release, which was
2463124631
generated by GNU Autoconf 2.69. Invocation command line was
2463224632

2463324633
CONFIG_FILES = $CONFIG_FILES
@@ -24694,7 +24694,7 @@ _ACEOF
2469424694
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2469524695
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2469624696
ac_cs_version="\\
24697-
hpctoolkit config.status 2020.07-develop
24697+
hpctoolkit config.status 2020.08.03-release
2469824698
configured by $0, generated by GNU Autoconf 2.69,
2469924699
with options \\"\$ac_cs_config\\"
2470024700

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], [2020.07-develop],
84+
AC_INIT([hpctoolkit], [2020.08.03-release],
8585
[hpctoolkit-forum@rice.edu],
8686
[hpctoolkit],
8787
[http://hpctoolkit.org/])

0 commit comments

Comments
 (0)