diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..4733b87 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +This project adheres to [Semantic Versioning](http://semver.org/). + +## 0.7.4 +* Implement periodic autosave +* Update to latest libSDL2pp + +## Earlier +Changelog was not kept before, but can be recreated form git history diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c4d5eb..dffd412 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) # meta -project(hoverboard-sdl) +project(hoverboard-sdl LANGUAGES CXX VERSION 0.8.0) # options option(SYSTEMWIDE "Build for systemwide installation" OFF)