diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-07-15 15:59:25 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-07-15 15:59:25 -0700 |
commit | 4d83ebd9613bcd488f8191ddb862ca9dcfca03c3 (patch) | |
tree | c1696cca88bd5bed3fb1a875deaaa731f225efb5 /configure.ac | |
parent | dd4c2fc328a1332642660de376baf0b8b6024874 (diff) |
*: bump to 0.4.20.4.2
The AV-sync rework is significant enough for a release
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 cc05a4c..4f01e94 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.1], ) +AC_INIT( [recordmydesktop], [0.4.2], ) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/rmd.c]) |