From ba76e12c3bb8cd544607ec61944687482798446c Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 28 Apr 2022 21:51:36 +0300 Subject: [PATCH] Release 0.8.0 --- CHANGES.md | 11 +++++++++++ CMakeLists.txt | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 CHANGES.md 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)