From c3554cde4939cc64ad0eb6fcd884b9fcb493ff96 Mon Sep 17 00:00:00 2001 From: Mike Fikes Date: Tue, 3 Oct 2017 16:22:32 -0400 Subject: [PATCH] 2.8.1 --- CHANGELOG.md | 5 ++++- planck-c/globals.h | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7696f02f..5f6f728f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). ## [Unreleased] + +## [2.8.1] - 2017-10-03 ### Fixed - Fix Linux PPA build issue with build box home dir @@ -550,7 +552,8 @@ All notable changes to this project will be documented in this file. This change ### Added - Initial release. -[Unreleased]: https://github.com/mfikes/planck/compare/2.8.0...HEAD +[Unreleased]: https://github.com/mfikes/planck/compare/2.8.1...HEAD +[2.8.1]: https://github.com/mfikes/planck/compare/2.8.0...2.8.1 [2.8.0]: https://github.com/mfikes/planck/compare/2.7.3...2.8.0 [2.7.3]: https://github.com/mfikes/planck/compare/2.7.0...2.7.3 [2.7.0]: https://github.com/mfikes/planck/compare/2.6.0...2.7.0 diff --git a/planck-c/globals.h b/planck-c/globals.h index 62a778ab..8de53570 100644 --- a/planck-c/globals.h +++ b/planck-c/globals.h @@ -1,6 +1,6 @@ // Global variables used throughout Planck -#define PLANCK_VERSION "2.8.0" +#define PLANCK_VERSION "2.8.1" #define EXIT_SUCCESS_INTERNAL -257