Skip to content

Commit

Permalink
Bump version to 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gempa-jabe committed Aug 14, 2024
1 parent 019f691 commit 302a076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/system/libs/seiscomp/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
#define SEISCOMP_RELEASE_BRANCH "Release"

#define SEISCOMP_VERSION_MAJOR 6
#define SEISCOMP_VERSION_MINOR 4
#define SEISCOMP_VERSION_PATCH 4
#define SEISCOMP_VERSION_MINOR 5
#define SEISCOMP_VERSION_PATCH 0

#define SEISCOMP_VERSION ((SEISCOMP_VERSION_MAJOR << 0x10) |\
(SEISCOMP_VERSION_MINOR << 0x08) |\
Expand Down

0 comments on commit 302a076

Please sign in to comment.