Skip to content

Commit

Permalink
release librem 0.5.2 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh authored and richaas committed Sep 19, 2017
1 parent ea0a02b commit 6059cd5
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
# Master version number
VER_MAJOR := 0
VER_MINOR := 5
VER_PATCH := 1
VER_PATCH := 2

PROJECT := rem
VERSION := 0.5.1
VERSION := 0.5.2
OPT_SPEED := 1

LIBRE_MK := $(shell [ -f ../re/mk/re.mk ] && \
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
librem (0.5.2) unstable; urgency=medium

* version 0.5.2

-- Alfred E. Heggestad <[email protected]> Sat, 23 Sep 2017 12:00:00 +0200

librem (0.5.1) unstable; urgency=medium

* version 0.5.1
Expand Down
13 changes: 13 additions & 0 deletions docs/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2017-09-23 Alfred E. Heggestad <[email protected]>

* Version 0.5.2

* Project URL: https://github.com/creytiv/rem

* build: Updated MSVS projects to vs2015 (thanks Mikhail Barg)

* goertzel: new module for Goertzel Algorithm

* dtmf: new module for DTMF decoder


2017-04-08 Alfred E. Heggestad <[email protected]>

* Version 0.5.1
Expand Down
2 changes: 1 addition & 1 deletion rpm/rem.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define name rem
%define ver 0.5.1
%define ver 0.5.2
%define rel 1

Summary: Audio and Video processing media library
Expand Down

0 comments on commit 6059cd5

Please sign in to comment.