File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 22All 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
Original file line number Diff line number Diff line change 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
66main () {
77 archive=" 6d6-compat-${releasedate} -${version} -$( os) "
Original file line number Diff line number Diff line change 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 "
You can’t perform that action at this time.
0 commit comments