diff options
author | Philip Chimento <philip.chimento@gmail.com> | 2020-04-26 10:22:34 -0700 |
---|---|---|
committer | Philip Chimento <philip.chimento@gmail.com> | 2020-04-26 10:24:26 -0700 |
commit | 770d81f2a32a7bbaa64cd923a69838574e2f0454 (patch) | |
tree | bd4e1885197199ca3c684bf0bc9925fd123e44e5 /meson.build | |
parent | 129c588fe3ec724a1537637d1c716e126b519b37 (diff) | |
download | gobject-introspection-770d81f2a32a7bbaa64cd923a69838574e2f0454.tar.gz |
build: Bump version to 1.65
We are adding new API for 1.66, so bump the version number to the
development series.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index f66d926e..c730b2c6 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gobject-introspection', 'c', - version: '1.64.1', + version: '1.65.1', meson_version: '>= 0.50.1', default_options: [ 'warning_level=1', |