Skip to content

Commit

Permalink
Version 1.6.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
kext committed Jan 24, 2025
1 parent d34d3c6 commit 362cc3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.6.12] - 2025-01-24
### Changed
- Updated leapsecond information according to Bulletin C 69 (2025-01-07).

Expand Down
4 changes: 2 additions & 2 deletions install
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

version="1.6.11"
releasedate="2024-07-31"
version="1.6.12"
releasedate="2025-01-24"

main() {
archive="6d6-compat-${releasedate}-${version}-$(os)"
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma once

#define KUM_6D6_COMPAT_VERSION "1.6.11"
#define KUM_6D6_COMPAT_DATE "2024-07-31"
#define KUM_6D6_COMPAT_VERSION "1.6.12"
#define KUM_6D6_COMPAT_DATE "2025-01-24"

0 comments on commit 362cc3b

Please sign in to comment.