From b417fc439188d8974b43a76bedcab30ea3c5f74b Mon Sep 17 00:00:00 2001 From: Tudor Marcu Date: Thu, 17 Nov 2016 11:09:56 -0800 Subject: [PATCH] Release v3.3.1 This release fixes some git tagging errors that occured in the previous release. Signed-off-by: Tudor Marcu --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 277146b..5ea3f5d 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.3.0, timothy.c.pepper@linux.intel.com) +AC_INIT(swupd-server, 3.3.1, tudor.marcu@intel.com) AM_INIT_AUTOMAKE([foreign -Wall -W subdir-objects]) AM_SILENT_RULES([yes]) AC_PROG_CC