Skip to content

Commit

Permalink
set version to 0.4.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
psychocoderHPC committed Jul 14, 2021
1 parent 7546a32 commit 83f7e8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cuplaConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ target_link_libraries(
# Find cupla version.
################################################################################
# Please also update the version in `include/cupla/version.hpp`
set(_cupla_VERSION "0.3.0")
set(_cupla_VERSION "0.4.0")

################################################################################
# Set return values.
Expand Down
2 changes: 1 addition & 1 deletion include/cupla/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@

// Please also update the version in `cuplaConfig.cmake`
#define CUPLA_VERSION_MAJOR 0
#define CUPLA_VERSION_MINOR 3
#define CUPLA_VERSION_MINOR 4
#define CUPLA_VERSION_PATCH 0
#define CUPLA_VERSION_LABEL "dev"

0 comments on commit 83f7e8c

Please sign in to comment.