diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3778b25..f7ff857 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,9 @@ # # TODO: Add MPI for CI # +include: + - project: 'lc-templates/id_tokens' + file: 'id_tokens.yml' slurm-job: tags: - quartz @@ -37,4 +40,3 @@ lsf-job: - make - make install - make check - diff --git a/CMakeLists.txt b/CMakeLists.txt index 07b54f0..ced1087 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/src/axl.h b/src/axl.h index a83ef48..f8a854e 100644 --- a/src/axl.h +++ b/src/axl.h @@ -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