We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a1382 commit 9f2c183Copy full SHA for 9f2c183
CHANGELOG.md
@@ -2,6 +2,8 @@
2
All notable changes to this project will be documented in this file.
3
4
## [Unreleased]
5
+
6
+## [1.6.5] - 2022-01-31
7
### Changed
8
- Updated leapsecond information according to Bulletin C 63 (2022-01-05).
9
install
@@ -1,7 +1,7 @@
1
#!/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)"
src/version.h
@@ -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 commit comments