Skip to content

Commit

Permalink
Version 1.6.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
kext committed Jan 31, 2022
1 parent 09a1382 commit 9f2c183
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.5] - 2022-01-31
### Changed
- Updated leapsecond information according to Bulletin C 63 (2022-01-05).

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.4"
releasedate="2021-08-02"
version="1.6.5"
releasedate="2022-01-31"

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.4"
#define KUM_6D6_COMPAT_DATE "2021-08-02"
#define KUM_6D6_COMPAT_VERSION "1.6.5"
#define KUM_6D6_COMPAT_DATE "2022-01-31"

0 comments on commit 9f2c183

Please sign in to comment.