From 38f7a693753292564099a70ad4a272bbe1d67ed0 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Wed, 9 Feb 2022 22:28:54 -0800 Subject: *: bump to 0.5.1 * --follow-mouse fixes * --windowid fix to wait for unmapped/invisible window instead of immediately exiting. Particularly relevant for programmatic invocations on newly created windows. * YUV color plane shift corruption fixup for odd width capture windows. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 1d0b333..bcb2ac7 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT( [recordmydesktop], [0.5.0], ) +AC_INIT( [recordmydesktop], [0.5.1], ) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/rmd.c]) -- cgit v1.2.3