diff options
author | 2023-03-01 17:42:14 -0500 | |
---|---|---|
committer | 2023-03-01 22:52:12 +0000 | |
commit | c1f95b6c98db5e2fd6275ca03b3d96aab426b843 (patch) | |
tree | ce480fbfb044fe270a8ef08a6cdfa74cac64147b | |
parent | eb2f0cdd984307cec1df7ab3821f8af2248211df (diff) |
Bump version numberneedlefish
Bump version number to 2.0.1 to mark addition of the previous
commit's crash fix.
Bug-AGL: SPEC-4661
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I8019638f0a7a7305bebf14d29a5deb6331a064f1
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index df905f6..eb52859 100644 --- a/meson.build +++ b/meson.build @@ -17,7 +17,7 @@ project ( 'libqtappfw', ['cpp'], - version : '1.0.0', + version : '2.0.1', license : 'Apache-2.0', meson_version : '>= 0.46.0', default_options : |