Skip to content

Commit

Permalink
Update h5pp version
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAce committed Nov 10, 2023
1 parent efc9a0d commit c4c7ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/h5pp/details/h5ppVersion.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once
#define H5PP_VER_MAJOR 1
#define H5PP_VER_MINOR 10
#define H5PP_VER_PATCH 0
#define H5PP_VER_MINOR 11
#define H5PP_VER_PATCH 1
#define H5PP_VERSION (H5PP_VER_MAJOR * 10000 + H5PP_VER_MINOR * 100 + H5PP_VER_PATCH)

0 comments on commit c4c7ab5

Please sign in to comment.