From 366222fd86a97f9f8d3fd3bed6ea6397c9319881 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Thu, 7 Jan 2021 12:10:19 -0800 Subject: *: bump to 0.4.4 --rescue uninitialized structs fix uv_align bounds check fix affecting odd-sized windows --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f137dbc..36a427e 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.4.3], ) +AC_INIT( [recordmydesktop], [0.4.4], ) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/rmd.c]) -- cgit v1.2.1