Skip to content

Commit 4f9a692

Browse files
committed
Fix alignment issue
1 parent 2d29836 commit 4f9a692

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.5.1]
8+
### Fixed
9+
- Alignment issue
10+
711
## [0.5.0]
812
### Removed
913
- Gstreamer dependencies

cornrowd/src/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ int main(int argc, char **argv)
4848

4949
QCoreApplication a(argc, argv);
5050
QCoreApplication::setApplicationName("cornrowd");
51-
QCoreApplication::setApplicationVersion("0.5.0");
51+
QCoreApplication::setApplicationVersion("0.5.1");
5252

5353
// command line options
5454
QCommandLineParser parser;

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
cornrowd (0.5.1) buster; urgency=medium
2+
3+
* Fix alignment issue
4+
5+
-- Manuel Weichselbaumer <[email protected]> Sun, 01 Dez 2019 20:05:00 +0100
6+
17
cornrowd (0.5.0) buster; urgency=medium
28

39
* Remove gstreamer as dependency

thirdparty/gstreamermm-dsp

0 commit comments

Comments
 (0)