release libre version 0.5.4 (#63)

This commit is contained in:
Alfred E. Heggestad 2017-06-20 20:29:34 +02:00 committed by Richard Aas
parent 1544a1e375
commit 7ddee0efca
4 changed files with 18 additions and 3 deletions

View file

@ -7,10 +7,10 @@
# Master version number
VER_MAJOR := 0
VER_MINOR := 5
VER_PATCH := 3
VER_PATCH := 4
PROJECT := re
VERSION := 0.5.3
VERSION := 0.5.4
MK := mk/re.mk

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
libre (0.5.4) unstable; urgency=medium
* version 0.5.4
-- Alfred E. Heggestad <alfred.heggestad@gmail.com> Sat, 24 Jun 2017 12:00:00 +0200
libre (0.5.3) unstable; urgency=medium
* version 0.5.3

View file

@ -1,3 +1,12 @@
2017-06-24 Alfred E. Heggestad <alfred.heggestad@gmail.com>
* Version 0.5.4
* Project URL: https://github.com/creytiv/re
* rtp: add extension bit to the api
2017-05-13 Alfred E. Heggestad <alfred.heggestad@gmail.com>
* Version 0.5.3

View file

@ -1,5 +1,5 @@
%define name re
%define ver 0.5.3
%define ver 0.5.4
%define rel 1
Summary: Generic library for real-time communications with async IO support