Skip to content

Commit 7ddee0e

Browse files
alfredhrichaas
authored andcommitted
release libre version 0.5.4 (#63)
1 parent 1544a1e commit 7ddee0e

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
# Master version number
88
VER_MAJOR := 0
99
VER_MINOR := 5
10-
VER_PATCH := 3
10+
VER_PATCH := 4
1111

1212
PROJECT := re
13-
VERSION := 0.5.3
13+
VERSION := 0.5.4
1414

1515
MK := mk/re.mk
1616

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
libre (0.5.4) unstable; urgency=medium
2+
3+
* version 0.5.4
4+
5+
-- Alfred E. Heggestad <alfred.heggestad@gmail.com> Sat, 24 Jun 2017 12:00:00 +0200
6+
17
libre (0.5.3) unstable; urgency=medium
28

39
* version 0.5.3

docs/ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2017-06-24 Alfred E. Heggestad <alfred.heggestad@gmail.com>
2+
3+
* Version 0.5.4
4+
5+
* Project URL: https://github.com/creytiv/re
6+
7+
* rtp: add extension bit to the api
8+
9+
110
2017-05-13 Alfred E. Heggestad <alfred.heggestad@gmail.com>
211

312
* Version 0.5.3

rpm/re.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%define name re
2-
%define ver 0.5.3
2+
%define ver 0.5.4
33
%define rel 1
44

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

0 commit comments

Comments
 (0)