diff --git a/Makefile b/Makefile index 03ed8fe..fe0ce37 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ INCLUDEDIR = $(PREFIX)/include LIBDIR = $(PREFIX)/lib INCLUDE = $(DESTDIR)$(INCLUDEDIR)/bitstream PKGCONFIG = $(DESTDIR)$(LIBDIR)/pkgconfig -VERSION = 1.3 +VERSION = 1.4 all: ln -nsf .. examples/bitstream diff --git a/NEWS b/NEWS index 7b640d5..b580592 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +1.4 (not released yet) +================= + - Add RTCP helpers + 1.3 (29 Jan 2018) ================= - Add support for avcC and hvcC structures