diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-07-11 17:46:10 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-07-11 17:47:47 -0700 |
commit | 46e9069fdbc58bd1febde1a493b1fe7aa9456527 (patch) | |
tree | d6766eabfd50fc0c64c72dfa8cc1163726849a4a /configure.ac | |
parent | 71dafbb5602d38f051a67ea883e04bd55f96f170 (diff) |
*: bump to 0.4.00.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.
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 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]) |