From c93da48c77b70503b251a314a44d64c2204940c8 Mon Sep 17 00:00:00 2001 From: Daniel Wolf Date: Sat, 1 Sep 2018 20:32:29 +0200 Subject: [PATCH] Rename changelog ... and fix typo --- VERSION.md => CHANGELOG.md | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename VERSION.md => CHANGELOG.md (99%) diff --git a/VERSION.md b/CHANGELOG.md similarity index 99% rename from VERSION.md rename to CHANGELOG.md index 0a799a2..516cbe2 100644 --- a/VERSION.md +++ b/CHANGELOG.md @@ -126,7 +126,7 @@ ## Version 1.0.0 -* **Improved** animation algoritym: More realistic animation using new, predictive algorithm. +* **Improved** animation algorithm: More realistic animation using new, predictive algorithm. * **Added** tweening for smoother animation. * **Added** support for non-dialog noises (breathing, smacking, etc.) * **Improved** processing speed substantially through multithreading. diff --git a/CMakeLists.txt b/CMakeLists.txt index 0fc9e7c..d319a7e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ add_subdirectory("extras/EsotericSoftwareSpine") # Install misc. files install( - FILES README.adoc LICENSE.md VERSION.md + FILES README.adoc LICENSE.md CHANGELOG.md DESTINATION . )