summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2020-04-26 10:22:34 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2020-04-26 10:24:26 -0700
commit770d81f2a32a7bbaa64cd923a69838574e2f0454 (patch)
treebd4e1885197199ca3c684bf0bc9925fd123e44e5
parent129c588fe3ec724a1537637d1c716e126b519b37 (diff)
downloadgobject-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.
-rw-r--r--meson.build2
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',