Skip to content

Commit

Permalink
release libre version 0.5.3 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh authored and richaas committed May 11, 2017
1 parent 3b305e7 commit d20d56a
Show file tree
Hide file tree
Showing 4 changed files with 23 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 := 2
VER_PATCH := 3

PROJECT := re
VERSION := 0.5.2
VERSION := 0.5.3

MK := 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 @@
libre (0.5.3) unstable; urgency=medium

* version 0.5.3

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

libre (0.5.2) unstable; urgency=medium

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

* Version 0.5.3

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

* build: upgrade windows project to VS2015 (thanks Mikhail Barg)
makefile improvements (thanks Lennart Grahl)

* ice: remove session object "struct ice"

* telev: add telev_set_srate (thanks Jan Hoffmann)


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

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

Summary: Generic library for real-time communications with async IO support
Expand Down

0 comments on commit d20d56a

Please sign in to comment.