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'],
Mario Limonciello has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/35559 )
Change subject: meson.build: bump version to 1.2 ......................................................................
Patch Set 1:
It would be nice if you guys could tag a release after this is merged too.
Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/35559 )
Change subject: meson.build: bump version to 1.2 ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/flashrom/+/35559/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/flashrom/+/35559/1//COMMIT_MSG@13 PS1, Line 13: It should have been updated to 1.1 at 93066002 as well, but oh well. I think it was just wrong to set it to 1.0 in the first place :) See https://review.coreboot.org/c/flashrom/+/35561
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/35559 )
Change subject: meson.build: bump version to 1.2 ......................................................................
Patch Set 1: Code-Review+1
Jacob Garber has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/35559 )
Change subject: meson.build: bump version to 1.2 ......................................................................
Patch Set 1:
There are some approved patches that I think should get merged before cutting a new release. Eg, I have some Coverity fixes and Nico has a few related to -Wextra. I don't have submission powers, so could someone else look into this?
Mario Limonciello has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/35559 )
Change subject: meson.build: bump version to 1.2 ......................................................................
Patch Set 1:
Nico's approach is much better I'll abandon this .
Mario Limonciello has abandoned this change. ( https://review.coreboot.org/c/flashrom/+/35559 )
Change subject: meson.build: bump version to 1.2 ......................................................................
Abandoned