From ec31238e1ac36e2c8f99ceaf0215328183e55d08 Mon Sep 17 00:00:00 2001 From: Tudor Marcu Date: Thu, 17 Nov 2016 01:14:42 -0800 Subject: [PATCH] Release v3.3.0 This release contains various changes to fix segfaults and memory misuse, simplifying logic when iterating directories and populating file structs from manifests, and changing the secondary sort to be lexographically sorted filenames for version-sorted manifests. Signed-off-by: Tudor Marcu --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4722175..277146b 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.2.9, timothy.c.pepper@linux.intel.com) +AC_INIT(swupd-server, 3.3.0, timothy.c.pepper@linux.intel.com) AM_INIT_AUTOMAKE([foreign -Wall -W subdir-objects]) AM_SILENT_RULES([yes]) AC_PROG_CC