Mario Limonciello has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/35559 )
Change subject: meson.build: bump version to 1.2 ......................................................................
meson.build: bump version to 1.2
This is so that generated pkg-config will be updated as well and other projects (such as fwupd) can set a minimum version of the library to work with.
It should have been updated to 1.1 at 93066002 as well, but oh well.
Change-Id: Ie221d14c84b044a691cfaa012e0cf735590fab9c Signed-off-by: Mario Limonciello mario.limonciello@dell.com --- M meson.build 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/59/35559/1
diff --git a/meson.build b/meson.build index e1b6c16..6744ab4 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('flashromutils', 'c', - version : '1.0', + version : '1.2', license : 'GPL-2.0+', meson_version : '>=0.47.0', default_options : ['warning_level=2', 'c_std=c99'],