Skip to content

Commit

Permalink
Update version to 0.16.1 + Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gvnnz committed Jan 6, 2020
1 parent d94fe5a commit 69f7dbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/core/const.h
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 69f7dbe

Please sign in to comment.