Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
daboehme committed Oct 31, 2024
1 parent 8896969 commit 7ac9971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.8)
project (Adiak
LANGUAGES CXX C
VERSION 0.4.0)
VERSION 0.4.1)

set(BLT_CXX_STD "c++11" CACHE STRING "Version of C++ standard")

Expand Down
2 changes: 1 addition & 1 deletion include/adiak.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ extern "C" {

#define ADIAK_VERSION 0
#define ADIAK_MINOR_VERSION 4
#define ADIAK_POINT_VERSION 0
#define ADIAK_POINT_VERSION 1

/** \brief Determine if Adiak supports "long long" types */
#define ADIAK_HAVE_LONGLONG 1
Expand Down

0 comments on commit 7ac9971

Please sign in to comment.