Skip to content

Commit

Permalink
Bump version to 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gempa-jabe committed Dec 2, 2021
1 parent 834217e commit 362f94f
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 4
#define SEISCOMP_VERSION_MINOR 7
#define SEISCOMP_VERSION_PATCH 4
#define SEISCOMP_VERSION_MINOR 8
#define SEISCOMP_VERSION_PATCH 0

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

0 comments on commit 362f94f

Please sign in to comment.