diff --git a/Makefile b/Makefile index 7a01fe7..e13420e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ LIBDIR = $(PREFIX)/lib DATADIR = $(PREFIX)/share INCLUDE = $(DESTDIR)$(INCLUDEDIR)/bitstream PKGCONFIG = $(DESTDIR)$(DATADIR)/pkgconfig -VERSION = 1.4 +VERSION = 1.5 all: ln -nsf .. examples/bitstream diff --git a/NEWS b/NEWS index d9bf8ff..032ceab 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +1.5 (6 November 2018) +================= + - Add SDES + - Fix hvcc header size + - Add more ATSC A/52 support + - Misc descriptors fixes + 1.4 (1 July 2018) ================= - Add RTCP helpers