summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2022-02-09 22:28:54 -0800
committerVito Caputo <vcaputo@pengaru.com>2022-02-09 22:28:54 -0800
commit38f7a693753292564099a70ad4a272bbe1d67ed0 (patch)
tree5e34762aaf0ad118228870c6ede2e99b1682ff36
parent460b6f480ca10a74d357a16e10ea8e462198a00b (diff)
*: bump to 0.5.10.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.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])
© All Rights Reserved