Skip to content

Commit

Permalink
Update to 0.15
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jones <[email protected]>
  • Loading branch information
vathpela committed Oct 15, 2014
1 parent ca88012 commit 70e63d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TOPDIR = $(shell echo $$PWD)

SUBDIRS := src docs
VERSION := 0.14
VERSION := 0.15

all : $(SUBDIRS)

Expand Down
6 changes: 5 additions & 1 deletion efivar.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: efivar
Version: 0.14
Version: 0.15
Release: 1%{?dist}
Summary: Tools to manage UEFI variables
License: LGPLv2.1
Expand Down Expand Up @@ -66,6 +66,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.so.*

%changelog
* Wed Oct 15 2014 Peter Jones <[email protected]> - 0.15-1
- Update to 0.15
- Make 32-bit builds set variables' DataSize correctly.

* Wed Oct 08 2014 Peter Jones <[email protected]> - 0.14-1
- Update to 0.14
- add efi_id_guid_to_guid() and efi_guid_to_id_guid()
Expand Down

0 comments on commit 70e63d4

Please sign in to comment.