Mario Limonciello has uploaded this change for review.

View Change

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'],

To view, visit change 35559. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: Ie221d14c84b044a691cfaa012e0cf735590fab9c
Gerrit-Change-Number: 35559
Gerrit-PatchSet: 1
Gerrit-Owner: Mario Limonciello <superm1@gmail.com>
Gerrit-MessageType: newchange