diff --git a/Makefile b/Makefile index 7ec6a848..8fd9a032 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ TOPDIR = $(shell echo $$PWD) SUBDIRS := src docs -VERSION := 0.13 +VERSION := 0.14 all : $(SUBDIRS) diff --git a/efivar.spec b/efivar.spec index e89986fe..99015120 100644 --- a/efivar.spec +++ b/efivar.spec @@ -1,5 +1,5 @@ Name: efivar -Version: 0.13 +Version: 0.14 Release: 1%{?dist} Summary: Tools to manage UEFI variables License: LGPLv2.1 @@ -66,6 +66,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so.* %changelog +* Wed Oct 08 2014 Peter Jones - 0.14-1 +- Update to 0.14 +- add efi_id_guid_to_guid() and efi_guid_to_id_guid() + * Tue Oct 07 2014 Peter Jones - 0.13-1 - Update to 0.13