Skip to content

Commit 362cc3b

Browse files
committed
Version 1.6.12.
1 parent d34d3c6 commit 362cc3b

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

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

44
## [Unreleased]
5+
6+
## [1.6.12] - 2025-01-24
57
### Changed
68
- Updated leapsecond information according to Bulletin C 69 (2025-01-07).
79

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.11"
4-
releasedate="2024-07-31"
3+
version="1.6.12"
4+
releasedate="2025-01-24"
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.11"
4-
#define KUM_6D6_COMPAT_DATE "2024-07-31"
3+
#define KUM_6D6_COMPAT_VERSION "1.6.12"
4+
#define KUM_6D6_COMPAT_DATE "2025-01-24"

0 commit comments

Comments
 (0)