Skip to content

Commit

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

Add id_tokens to gitlab ci to simply get it running again
  • Loading branch information
CamStan authored Jun 27, 2024
1 parent b42b4ee commit b7d3dca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .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 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(ER VERSION 0.4.0)
PROJECT(ER VERSION 0.5.0)

# Mac rpath Policy
IF(POLICY CMP0042)
Expand Down
2 changes: 1 addition & 1 deletion src/er.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b7d3dca

Please sign in to comment.