Skip to content

Commit

Permalink
Incremental release v0.9.0
Browse files Browse the repository at this point in the history
Update version number in CMakeLists.txt and src/axl.h

Add id_tokens to gitlab ci to simply get it running again
  • Loading branch information
CamStan committed Jun 27, 2024
1 parent 034eadf commit 06b5656
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#
# TODO: Add MPI for CI
#
include:
- project: 'lc-templates/id_tokens'
file: 'id_tokens.yml'
slurm-job:
tags:
- quartz
Expand Down Expand Up @@ -37,4 +40,3 @@ lsf-job:
- make
- make install
- make check

2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.14)
PROJECT(AXL VERSION 0.8.0)
PROJECT(AXL VERSION 0.9.0)

# Mac rpath Policy
IF(POLICY CMP0042)
Expand Down
2 changes: 1 addition & 1 deletion src/axl.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ extern "C" {

#define AXL_SUCCESS (0)

#define AXL_VERSION "0.8.0"
#define AXL_VERSION "0.9.0"

/** \defgroup axl AXL
* \brief Asynchronous Transfer Library
Expand Down

0 comments on commit 06b5656

Please sign in to comment.