Skip to content

Commit

Permalink
Incremental release v1.5.0 (#74)
Browse files Browse the repository at this point in the history
Update version number in CMakeLists.txt and src/kvtree.h

Add id_tokens to gitlab ci to simply get it running again
  • Loading branch information
CamStan authored Jun 27, 2024
1 parent 2a42d57 commit 8a69127
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,3 +1,6 @@
include:
- project: 'lc-templates/id_tokens'
file: 'id_tokens.yml'
slurm-job:
tags:
- quartz
Expand All @@ -8,7 +11,6 @@ slurm-job:
- cmake -DMPI=ON -DVELOC_RESOURCE_MANAGER=SLURM
- make VERBOSE=1
- make check

lsf-job:
tags:
- lassen
Expand Down
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(KVTREE VERSION 1.4.0)
PROJECT(KVTREE VERSION 1.5.0)

# Mac rpath Policy
IF(POLICY CMP0042)
Expand Down
2 changes: 1 addition & 1 deletion src/kvtree.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ extern "C" {
* where each element contains a key (char string)
* and a pointer to another hash.
*/
#define KVTREE_VERSION "1.4.0"
#define KVTREE_VERSION "1.5.0"
#define KVTREE_SUCCESS (0)
#define KVTREE_MAX_FILENAME (1024)

Expand Down

0 comments on commit 8a69127

Please sign in to comment.