From 51c0bf200792b19593782bf819bbc3d239ec0b50 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Tue, 22 Mar 2016 17:21:48 -0700 Subject: [PATCH] Release v3.1.2 This release enables logs for the three installed binaries and optimizes swupd_make_pack performance by preferring to hardlink files to the pack staging area whenever possible. Signed-off-by: Patrick McCarty --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 160f112..5dde280 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.1.1, timothy.c.pepper@linux.intel.com) +AC_INIT(swupd-server, 3.1.2, timothy.c.pepper@linux.intel.com) AM_INIT_AUTOMAKE([foreign -Wall -W subdir-objects]) AM_SILENT_RULES([yes]) AC_PROG_CC