From 69f7dbe38fbce2af9d8ac1febf72d3684d4f8c0a Mon Sep 17 00:00:00 2001 From: Monocasual Laboratories Date: Mon, 6 Jan 2020 18:33:02 +0100 Subject: [PATCH] Update version to 0.16.1 + Changelog --- ChangeLog | 2 +- src/core/const.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 704aa9851..4e451bad0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,7 +11,7 @@ -------------------------------------------------------------------------------- -0.16.1 --- +0.16.1 --- 2020 . 01 . 08 - FreeBSD support - Ability to remove empty columns manually - Gray out bpm value when in JACK client mode diff --git a/src/core/const.h b/src/core/const.h index 6bcc7333c..2597956f6 100644 --- a/src/core/const.h +++ b/src/core/const.h @@ -48,10 +48,10 @@ /* -- version --------------------------------------------------------------- */ constexpr auto G_APP_NAME = "Giada"; -constexpr auto G_VERSION_STR = "0.16.0"; +constexpr auto G_VERSION_STR = "0.16.1"; constexpr int G_VERSION_MAJOR = 0; constexpr int G_VERSION_MINOR = 16; -constexpr int G_VERSION_PATCH = 0; +constexpr int G_VERSION_PATCH = 1; constexpr auto CONF_FILENAME = "giada.conf";