Skip to content

Commit

Permalink
Version 1.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
kext committed Aug 28, 2020
1 parent b416ddf commit 84e68df
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.2] - 2020-08-28
### Changed
- Changed the way file splits are calculated. This should stop sometimes missing a split.
- Using fewer timestamps to improve glitch resistance.
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.1"
releasedate="2020-07-20"
version="1.6.2"
releasedate="2020-08-28"

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.1"
#define KUM_6D6_COMPAT_DATE "2020-07-20"
#define KUM_6D6_COMPAT_VERSION "1.6.2"
#define KUM_6D6_COMPAT_DATE "2020-08-28"

0 comments on commit 84e68df

Please sign in to comment.