Skip to content

Commit

Permalink
Set version to 4.7.1 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gempa-jabe committed Oct 14, 2021
1 parent bae3268 commit 6138aae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to SeisComP are documented here.

## 4.7.1

* trunk

* Fix test compilation for some distributions
* Update changelog

## 4.7.0

```SC_API_VERSION 14.3.0```
Expand Down
2 changes: 1 addition & 1 deletion src/system/libs/seiscomp/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#define SEISCOMP_VERSION_MAJOR 4
#define SEISCOMP_VERSION_MINOR 7
#define SEISCOMP_VERSION_PATCH 0
#define SEISCOMP_VERSION_PATCH 1

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

0 comments on commit 6138aae

Please sign in to comment.