Skip to content

Commit cf69945

Browse files
committed
rel: 4.0.16
1 parent c77a6d1 commit cf69945

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## []
44

5+
## [4.0.16] 2025-06-04
6+
57
- Fix incorrect handling of GST message with missing fields
68
- Add support to output location information as json
79
- Fix grid point bitmasking

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ include(cmake/compiler.cmake)
1212
include(cmake/target.cmake)
1313

1414
add_definitions(-D_POSIX_C_SOURCE=200809L)
15-
add_definitions(-DCLIENT_VERSION="4.0.15")
16-
add_definitions(-DCLIENT_VERSION_INT=0x04000F)
15+
add_definitions(-DCLIENT_VERSION="4.0.16")
16+
add_definitions(-DCLIENT_VERSION_INT=0x040010)
1717

1818
find_package(Threads REQUIRED)
1919

dependency/time/include/time/timestamp.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ struct TimePoint {
9999
class LeapSeconds {
100100
public:
101101
NODISCARD static int64_t count() {
102-
#define LAST_UPDATE_CHECKED 0x04000F
102+
#define LAST_UPDATE_CHECKED 0x040010
103103
#ifndef CLIENT_VERSION_INT
104104
#error "Please define CLIENT_VERSION_INT"
105105
#endif

0 commit comments

Comments
 (0)