File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
dependency/time/include/time Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ ]
3+ ## [ 4.0.15 ] 2025-05-20
44
55- Fixed bug when using ` llh_to_ecef ` to generate the virtual reference station for Tokoro
66- Include per satelite/signal information in posSIB log
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ include(cmake/compiler.cmake)
1212include (cmake/target .cmake)
1313
1414add_definitions (-D_POSIX_C_SOURCE=200809L)
15- add_definitions (-DCLIENT_VERSION="4.0.14 " )
16- add_definitions (-DCLIENT_VERSION_INT=0x04000E )
15+ add_definitions (-DCLIENT_VERSION="4.0.15 " )
16+ add_definitions (-DCLIENT_VERSION_INT=0x04000F )
1717
1818find_package (Threads REQUIRED)
1919
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ struct TimePoint {
9999class LeapSeconds {
100100public:
101101 NODISCARD static int64_t count () {
102- #define LAST_UPDATE_CHECKED 0x04000E
102+ #define LAST_UPDATE_CHECKED 0x04000F
103103#ifndef CLIENT_VERSION_INT
104104#error "Please define CLIENT_VERSION_INT"
105105#endif
You can’t perform that action at this time.
0 commit comments