Skip to content

Commit

Permalink
Version bump to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
calmcl1 committed Oct 16, 2019
1 parent b8dc248 commit 9a163b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Changelog - Chronicle

## 1.0.3
## 1.1.0
### Added
* Added support for using chronicle without a terminal
* Added support for FLAC (currently VBR only)
Expand Down
4 changes: 2 additions & 2 deletions version.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <iostream>
std::string const SOFTWARE_VERSION_MAJOR = "1";
std::string const SOFTWARE_VERSION_MINOR = "0";
std::string const SOFTWARE_VERSION_PATCH = "3";
std::string const SOFTWARE_VERSION_MINOR = "1";
std::string const SOFTWARE_VERSION_PATCH = "0";

std::string const SOFTWARE_NAME = "chronicle";

0 comments on commit 9a163b3

Please sign in to comment.