From f9ec967aa27db20bee30ef693052e355e03efa80 Mon Sep 17 00:00:00 2001 From: Tudor Marcu Date: Fri, 28 Jul 2017 23:54:30 -0700 Subject: [PATCH] Release v3.5.0 This release removes a stale, unused script, adds a check to ensure format number validity to ensure format numbers do not decrease, and enables adding an actions: field in the Manifest.MoM to tell swupd-client to perform certain actions post update. Signed-off-by: Tudor Marcu --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c6e43fe..436d19e 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-server, 3.4.0, tudor.marcu@intel.com) +AC_INIT(swupd-server, 3.5.0, tudor.marcu@intel.com) AM_INIT_AUTOMAKE([foreign -Wall -W subdir-objects]) AM_SILENT_RULES([yes]) AC_PROG_CC