Skip to content

Commit a57a83f

Browse files
committed
This is Bifrost v0.10.0.
1 parent becbbc8 commit a57a83f

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.71 for bifrost 0.9.0.
3+
# Generated by GNU Autoconf 2.71 for bifrost 0.10.0.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@@ -618,8 +618,8 @@ MAKEFLAGS=
618618
# Identity of this package.
619619
PACKAGE_NAME='bifrost'
620620
PACKAGE_TARNAME='bifrost'
621-
PACKAGE_VERSION='0.9.0'
622-
PACKAGE_STRING='bifrost 0.9.0'
621+
PACKAGE_VERSION='0.10.0'
622+
PACKAGE_STRING='bifrost 0.10.0'
623623
PACKAGE_BUGREPORT=''
624624
PACKAGE_URL='https://github.com/ledatelescope/bifrost/'
625625

@@ -1428,7 +1428,7 @@ if test "$ac_init_help" = "long"; then
14281428
# Omit some internal or obsolete options to make the list less imposing.
14291429
# This message is too long to be a string in the A/UX 3.1 sh.
14301430
cat <<_ACEOF
1431-
\`configure' configures bifrost 0.9.0 to adapt to many kinds of systems.
1431+
\`configure' configures bifrost 0.10.0 to adapt to many kinds of systems.
14321432

14331433
Usage: $0 [OPTION]... [VAR=VALUE]...
14341434

@@ -1494,7 +1494,7 @@ fi
14941494

14951495
if test -n "$ac_init_help"; then
14961496
case $ac_init_help in
1497-
short | recursive ) echo "Configuration of bifrost 0.9.0:";;
1497+
short | recursive ) echo "Configuration of bifrost 0.10.0:";;
14981498
esac
14991499
cat <<\_ACEOF
15001500

@@ -1640,7 +1640,7 @@ fi
16401640
test -n "$ac_init_help" && exit $ac_status
16411641
if $ac_init_version; then
16421642
cat <<\_ACEOF
1643-
bifrost configure 0.9.0
1643+
bifrost configure 0.10.0
16441644
generated by GNU Autoconf 2.71
16451645

16461646
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2314,7 +2314,7 @@ cat >config.log <<_ACEOF
23142314
This file contains any messages produced by compilers while
23152315
running configure, to aid debugging if configure makes a mistake.
23162316

2317-
It was created by bifrost $as_me 0.9.0, which was
2317+
It was created by bifrost $as_me 0.10.0, which was
23182318
generated by GNU Autoconf 2.71. Invocation command line was
23192319

23202320
$ $0$ac_configure_args_raw
@@ -22968,7 +22968,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2296822968
# report actual input values of CONFIG_FILES etc. instead of their
2296922969
# values after options handling.
2297022970
ac_log="
22971-
This file was extended by bifrost $as_me 0.9.0, which was
22971+
This file was extended by bifrost $as_me 0.10.0, which was
2297222972
generated by GNU Autoconf 2.71. Invocation command line was
2297322973

2297422974
CONFIG_FILES = $CONFIG_FILES
@@ -23028,7 +23028,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
2302823028
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2302923029
ac_cs_config='$ac_cs_config_escaped'
2303023030
ac_cs_version="\\
23031-
bifrost config.status 0.9.0
23031+
bifrost config.status 0.10.0
2303223032
configured by $0, generated by GNU Autoconf 2.71,
2303323033
with options \\"\$ac_cs_config\\"
2303423034

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([bifrost], [0.9.0], [], [], [https://github.com/ledatelescope/bifrost/])
1+
AC_INIT([bifrost], [0.10.0], [], [], [https://github.com/ledatelescope/bifrost/])
22
AC_LANG(C++)
33
AC_CONFIG_SRCDIR([src/cuda.cpp])
44

0 commit comments

Comments
 (0)