From 89f199ef5edea67a5b476e7a0fc5ae68bf672a59 Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Fri, 15 Jun 2018 12:05:47 -0700 Subject: [PATCH] Release v3.17.6 This release allows non-root users to run the base bundle-list command, makes bundle-add and bundle-remove output consistent, and fixes several memory management issues in the codebase. Signed-off-by: Matthew Johnson --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 68ff0129..7521e3bf 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.17.5, matthew.johnson@intel.com) +AC_INIT(swupd-client, 3.17.6, matthew.johnson@intel.com) AM_PROG_AR LT_INIT AC_CONFIG_MACRO_DIR([m4])