Skip to content

Commit

Permalink
release librem 0.5.3 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh authored and richaas committed Apr 17, 2018
1 parent 2b29a54 commit 50de907
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 7 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 := rem
VERSION := 0.5.2
VERSION := 0.5.3
OPT_SPEED := 1

LIBRE_MK := $(shell [ -f ../re/mk/re.mk ] && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ librem README


librem is a Audio and video processing media library
Copyright (C) 2010 - 2017 Creytiv.com
Copyright (C) 2010 - 2018 Creytiv.com

[![Build Status](https://travis-ci.org/creytiv/rem.svg?branch=master)](https://travis-ci.org/creytiv/rem)

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.3) unstable; urgency=medium

* version 0.5.3

-- Alfred E. Heggestad <[email protected]> Fri, 20 Apr 2018 16:00:00 +0200

librem (0.5.2) unstable; urgency=medium

* version 0.5.2
Expand Down
6 changes: 3 additions & 3 deletions docs/COPYING
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright (c) 2010 - 2017, Alfred E. Heggestad
Copyright (c) 2010 - 2017, Richard Aas
Copyright (c) 2010 - 2017, Creytiv.com
Copyright (c) 2010 - 2018, Alfred E. Heggestad
Copyright (c) 2010 - 2018, Richard Aas
Copyright (c) 2010 - 2018, Creytiv.com
All rights reserved.


Expand Down
13 changes: 13 additions & 0 deletions docs/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2018-04-20 Alfred E. Heggestad <[email protected]>

* Version 0.5.3

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

* auresamp: avoid FIR filtering if ouput sample rate equals input (#15)

* build: Update Windows project (#18) (thanks Encamy)

* vid: vidframe_draw_point: correct endian for RGB32 (#16)


2017-09-23 Alfred E. Heggestad <[email protected]>

* Version 0.5.2
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.2
%define ver 0.5.3
%define rel 1

Summary: Audio and Video processing media library
Expand Down

0 comments on commit 50de907

Please sign in to comment.