From c78eef3b155f9a9873082cc0381affec8c00ffd8 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Wed, 20 Nov 2024 13:50:17 +0100 Subject: [PATCH] UltraGrid 1.9.8 --- FIXES.md | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/FIXES.md b/FIXES.md index 24751fd9d..33400e9f7 100644 --- a/FIXES.md +++ b/FIXES.md @@ -1,3 +1,8 @@ +#### 1.9.8 + +* build fixes (SVT-VP9, Vulkan) +* re-enable DELTACAST + #### 1.9.7 * fixed vdisp/file crash diff --git a/configure.ac b/configure.ac index 6cadd6480..a5a74f8d0 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.9.7],[ultragrid-dev@cesnet.cz]) +AC_INIT([UltraGrid],[1.9.8],[ultragrid-dev@cesnet.cz]) configure_flags="$*" AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([1.10])