From 8ccf88e692241eb18c41be4bfed5289542f9767d Mon Sep 17 00:00:00 2001 From: Christophe Massiot Date: Mon, 29 Jan 2018 15:47:26 +0100 Subject: [PATCH] Preparing 1.3 release --- Makefile | 2 +- NEWS | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 50303b9..03ed8fe 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.2 +VERSION = 1.3 all: ln -nsf .. examples/bitstream diff --git a/NEWS b/NEWS index 3a020b0..7b640d5 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,10 @@ -1.3 -=== +1.3 (29 Jan 2018) +================= - Add support for avcC and hvcC structures - Add support for LOAS AAC - Improve support for RTP - Use ISO 6937 as default DVB charset + - Ship pkg-config file 1.2 (31 Jan 2017) =================