From 3cf2ade205cd4ef3189929655b72173752360f83 Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Wed, 13 Dec 2017 16:47:30 -0800 Subject: [PATCH] Release v3.7.5 This release specifies that /usr/src/kernel/* files are not state files. These files are needed to ship kernel source files for kernel development. Signed-off-by: Matthew Johnson --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c64d972..32804c9 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.7.4, matthew.johnson@intel.com) +AC_INIT(swupd-server, 3.7.5, matthew.johnson@intel.com) AM_INIT_AUTOMAKE([foreign -Wall -W subdir-objects]) AM_SILENT_RULES([yes]) AC_PROG_CC