From 0d184946ff78b7dce00801585563dbadc3e93cf9 Mon Sep 17 00:00:00 2001 From: CamStan Date: Tue, 25 Jun 2024 16:28:01 -0700 Subject: [PATCH] Incremental release v0.5.0 Update version number in CMakeLists.txt and src/er.h Add id_tokens to gitlab ci to simply get it running again --- .gitlab-ci.yml | 3 +++ CMakeLists.txt | 2 +- src/er.h | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c1b21af..1236409 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,6 @@ +include: + - project: 'lc-templates/id_tokens' + file: 'id_tokens.yml' slurm-job: tags: - quartz diff --git a/CMakeLists.txt b/CMakeLists.txt index 26d61e1..6048a2b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.14) -PROJECT(ER VERSION 0.4.0) +PROJECT(ER VERSION 0.5.0) # Mac rpath Policy IF(POLICY CMP0042) diff --git a/src/er.h b/src/er.h index 755d02d..1cc38bc 100644 --- a/src/er.h +++ b/src/er.h @@ -24,7 +24,7 @@ extern "C" { #define ER_SUCCESS (0) #define ER_FAILURE (1) -#define ER_VERSION "0.4.0" +#define ER_VERSION "0.5.0" #define ER_DIRECTION_ENCODE (1) #define ER_DIRECTION_REBUILD (2)