Skip to content

Commit 3de1c77

Browse files
committed
Merge branch 'main' of github.com:ECP-VeloC/AXL into feature/mcfadden8/axl_client_server
2 parents 6955e7e + e256b6d commit 3de1c77

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitlab-ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#
22
# TODO: Add MPI for CI
33
#
4+
include:
5+
- project: 'lc-templates/id_tokens'
6+
file: 'id_tokens.yml'
47
slurm-job:
58
tags:
69
- quartz
@@ -37,4 +40,3 @@ lsf-job:
3740
- make
3841
- make install
3942
- make check
40-

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CMAKE_MINIMUM_REQUIRED(VERSION 3.14)
2-
PROJECT(AXL VERSION 0.8.0)
2+
PROJECT(AXL VERSION 0.9.0)
33

44
# Mac rpath Policy
55
IF(POLICY CMP0042)

src/axl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ extern "C" {
88

99
#define AXL_SUCCESS (0)
1010

11-
#define AXL_VERSION "0.8.0"
11+
#define AXL_VERSION "0.9.0"
1212

1313
/** \defgroup axl AXL
1414
* \brief Asynchronous Transfer Library

0 commit comments

Comments
 (0)