From 8f8ace3094cb7ce37ac2913e309f2674836a5236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Wed, 14 Mar 2018 12:37:58 +0100 Subject: [PATCH] Bump version to 1.4 --- Makefile | 2 +- NEWS | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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