Skip to content

Commit

Permalink
Bump version to 0.18
Browse files Browse the repository at this point in the history
This is release is mostly just to get libefiboot api out there where it
cna be used.

0.19 will be mostly documentation for efiboot and verification that more
obscure device types (nvme, ib, iscsi, fc, fcoe) path generation works.

Signed-off-by: Peter Jones <pjones@redhat.com>
  • Loading branch information
vathpela committed May 1, 2015
1 parent 6c5a2a6 commit 4b09997
Showing 1 changed file with 1 addition and 1 deletion.
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.17
VERSION := 0.18

all : $(SUBDIRS) efivar.spec

Expand Down

0 comments on commit 4b09997

Please sign in to comment.