diff --git a/Makefile b/Makefile index 6b6e267..33d5bf7 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,8 @@ ADOC_FILES=riscv-semihosting-spec.adoc PDF_FILES=$(ADOC_FILES:.adoc=.pdf) HTML_FILES=$(ADOC_FILES:.adoc=.html) -SPEC_VERSION = 0.1 -SPEC_DATE = 2020-03-07 +SPEC_VERSION = 0.2 +SPEC_DATE = 2020-04-05 ATTRIBUTES=-B. --attribute="revdate=$(SPEC_DATE)" --attribute="version=$(SPEC_VERSION)" diff --git a/riscv-semihosting-spec.adoc b/riscv-semihosting-spec.adoc index a3c6bb1..06a81b3 100644 --- a/riscv-semihosting-spec.adoc +++ b/riscv-semihosting-spec.adoc @@ -2,9 +2,9 @@ Krste Asanovic ; Palmer Dabbelt ; Liviu Ionescu ; Keith Packard ; Megan Wachs :title-logo-image: image:Semifreddo_dessert.jpg[Semifreddo desert] :title-page: -:version: 0.1 +:version: 0.2 :revnumber: v{version} -:revdate: 1 Jan 1970 +:revdate: 5 Apr 2020 :icons: :icontype: svg :doctype: article