diff --git a/CHANGELOG.md b/CHANGELOG.md index ebcb10f..639227d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## 0.0.5 - 2021-09-12 ### Fixed - Many incorrect optimizations, most of which appeared in 0.0.3. - Adjusted .gbs timer speed from ~360 to ~358 Hz, to better match screen rate. diff --git a/CMakeLists.txt b/CMakeLists.txt index faa071b..0081489 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project (lsdpack) set(CPACK_PACKAGE_VENDOR "Johan Kotlinski") set(CPACK_PACKAGE_VERSION_MAJOR 0) set(CPACK_PACKAGE_VERSION_MINOR 0) -set(CPACK_PACKAGE_VERSION_PATCH 4) +set(CPACK_PACKAGE_VERSION_PATCH 5) set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE.txt") set(CPACK_RESOURCE_FILE_README "${CMAKE_SOURCE_DIR}/README.md") if(MSVC)