diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2021-01-07 12:10:19 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2021-01-07 12:10:19 -0800 |
commit | 366222fd86a97f9f8d3fd3bed6ea6397c9319881 (patch) | |
tree | 775f8738e7238db7608799f9145a11147afb9c12 /configure.ac | |
parent | 3d181b32d8846ebcada66fbc421125dd8f1c454c (diff) |
*: bump to 0.4.40.4.4
--rescue uninitialized structs fix
uv_align bounds check fix affecting odd-sized windows
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |