diff --git a/chipsec-manual.pdf b/chipsec-manual.pdf index 47784e07b..9f12f8e38 100644 Binary files a/chipsec-manual.pdf and b/chipsec-manual.pdf differ diff --git a/chipsec/VERSION b/chipsec/VERSION index 3a1f10eae..589268e6f 100644 --- a/chipsec/VERSION +++ b/chipsec/VERSION @@ -1 +1 @@ -1.2.5 \ No newline at end of file +1.3.0 \ No newline at end of file diff --git a/chipsec_util.py b/chipsec_util.py index e117807ae..f86592cbe 100644 --- a/chipsec_util.py +++ b/chipsec_util.py @@ -25,7 +25,7 @@ Standalone utility """ -__version__ = '1.2.5' +__version__ = '1.3.0' import re import os diff --git a/drivers/linux/dkms.conf b/drivers/linux/dkms.conf index 0105b56c9..c4cb28853 100644 --- a/drivers/linux/dkms.conf +++ b/drivers/linux/dkms.conf @@ -4,6 +4,6 @@ BUILT_MODULE_NAME=chipsec BUILT_MODULE_LOCATION=. PACKAGE_NAME=chipsec DEST_MODULE_LOCATION="/extra" -PACKAGE_VERSION=1.2.5 +PACKAGE_VERSION=1.3.0 REMAKE_INITRD=no AUTOINSTALL=no