From 38c3c195fc540d5fbbc722867d2abf91e97bded9 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Thu, 8 Dec 2022 11:52:41 +0100 Subject: [PATCH] UltraGrid 1.8 --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 957f504b3..9f023876e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -next +1.8 ==== * added Reed-Solomon for audio * added support for RPI4 hw. acceleration diff --git a/configure.ac b/configure.ac index 4c107c12e..b85ec175e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([UltraGrid],[1.7],[ultragrid-dev@cesnet.cz]) +AC_INIT([UltraGrid],[1.8],[ultragrid-dev@cesnet.cz]) configure_flags="$*" AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([1.10])