diff --git a/FIXES.md b/FIXES.md index 1c94aaceb..45b61e56e 100644 --- a/FIXES.md +++ b/FIXES.md @@ -1,3 +1,9 @@ +#### 1.9.3 + +* fixed crashes in edge cases +* support for current DELTACAST driver/SDK +* deinterlace: fixed running without options + #### 1.9.2 * CI: build CUDA stuff for CC 3.5 (compat with Kepler/Maxwell devices) diff --git a/configure.ac b/configure.ac index 7c172ea72..2fd7dfcce 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.2],[ultragrid-dev@cesnet.cz]) +AC_INIT([UltraGrid],[1.9.3],[ultragrid-dev@cesnet.cz]) configure_flags="$*" AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([1.10])