diff options
Diffstat (limited to 'lib/libavb/avb_version.h')
| -rw-r--r-- | lib/libavb/avb_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libavb/avb_version.h b/lib/libavb/avb_version.h index 57c6ece851c..e6f7798769d 100644 --- a/lib/libavb/avb_version.h +++ b/lib/libavb/avb_version.h @@ -18,7 +18,7 @@ extern "C" { /* The version number of AVB - keep in sync with avbtool. */ #define AVB_VERSION_MAJOR 1 -#define AVB_VERSION_MINOR 1 +#define AVB_VERSION_MINOR 3 #define AVB_VERSION_SUB 0 /* Returns a NUL-terminated string for the libavb version in use. The |
