diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +/*Version 0.4.0*/ +* Recorded area is no longer forced to 16-pixel boundaries +* Fixed --y argument handling +* Fixed a clipping boundary condition off-by-one error + /*Version 0.3.8.1*/ * Fixed a bug that caused compilation to fail on some platforms, due to missing headers. diff --git a/configure.ac b/configure.ac index 74d793e..c80e0af 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.3.8.1], ) +AC_INIT( [recordmydesktop], [0.4.0], ) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/rmd.c]) |