From 7120bb95dfe2ea7222d05a47466dbfacd986be45 Mon Sep 17 00:00:00 2001 From: Tudor Marcu Date: Thu, 18 May 2017 16:26:13 -0700 Subject: [PATCH] Release v3.9.2 This release introduces the verify --picky subcommand, which lists files under /usr, a new subcommand "autoupdate" which allows for easy enable/disable of autoupdates and its current status, and converts printfs to fprintf to stderr throughout the code as appropriate. Signed-off-by: Tudor Marcu --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ebb1e871..c6d04679 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.66]) -AC_INIT(swupd-client, 3.9.1, tudor.marcu@intel.com) +AC_INIT(swupd-client, 3.9.2, tudor.marcu@intel.com) AM_PROG_AR LT_INIT AC_CONFIG_MACRO_DIR([m4])