Skip to content

Commit 264e5f4

Browse files
committed
Version 1.7.0.
1 parent 2a5eec9 commit 264e5f4

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
5+
6+
## [1.7.0] - 2025-07-22
57
### Changed
68
- `6d6mseed` now rejects implausible timestamps.
79
- Updated leapsecond information according to Bulletin C 70 (2025-07-07).
10+
### Fixed
11+
- Fixed an overflow in the progress output.
812

913
## [1.6.12] - 2025-01-24
1014
### Changed

install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
version="1.6.12"
4-
releasedate="2025-01-24"
3+
version="1.7.0"
4+
releasedate="2025-07-22"
55

66
main() {
77
archive="6d6-compat-${releasedate}-${version}-$(os)"

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#pragma once
22

3-
#define KUM_6D6_COMPAT_VERSION "1.6.12"
4-
#define KUM_6D6_COMPAT_DATE "2025-01-24"
3+
#define KUM_6D6_COMPAT_VERSION "1.7.0"
4+
#define KUM_6D6_COMPAT_DATE "2025-07-22"

0 commit comments

Comments
 (0)