Skip to content

Commit

Permalink
Fix alignment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mincequi committed Dec 1, 2019
1 parent 2d29836 commit 4f9a692
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.1]
### Fixed
- Alignment issue

## [0.5.0]
### Removed
- Gstreamer dependencies
Expand Down
2 changes: 1 addition & 1 deletion cornrowd/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ int main(int argc, char **argv)

QCoreApplication a(argc, argv);
QCoreApplication::setApplicationName("cornrowd");
QCoreApplication::setApplicationVersion("0.5.0");
QCoreApplication::setApplicationVersion("0.5.1");

// command line options
QCommandLineParser parser;
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
cornrowd (0.5.1) buster; urgency=medium

* Fix alignment issue

-- Manuel Weichselbaumer <mincequi@web.de> Sun, 01 Dez 2019 20:05:00 +0100

cornrowd (0.5.0) buster; urgency=medium

* Remove gstreamer as dependency
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/gstreamermm-dsp

0 comments on commit 4f9a692

Please sign in to comment.