summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-10-03 13:38:27 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-10-03 13:38:27 -0400
commitb02a13ffae3c2ead604bb2786a805f036a5a0f49 (patch)
treedf8ef945f319277002cd9665c8c94dbd7915a620 /meson.build
parenteabdbd54ee38fa658be574c4fa4574a05c755f16 (diff)
downloadpango-b02a13ffae3c2ead604bb2786a805f036a5a0f49.tar.gz
Post-release version bump
Trying to get back into the habit of bumping the version in git right after a release.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 4e796ec3..8b14e38f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.50.11',
+ version: '1.50.12',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',