From 46e9069fdbc58bd1febde1a493b1fe7aa9456527 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sat, 11 Jul 2020 17:46:10 -0700 Subject: *: bump to 0.4.0 Formally making first release since forking, I'm sure there are bugs but I doubt anyone will be inclined to help test any of this if there's nothing at least stating it's a newer version and some mention of the user-visible changes. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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]) -- cgit v1.2.3