summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-12-08 07:57:05 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-12-08 07:57:05 -0500
commitb64e363139f920dd7a2655da9e5a951acc590f65 (patch)
treefc51bc36ad46739a39a6d74a1bd58d0ce07ea205
parent26f84c4e3a1e39fd03c64ddfdaccb7a2cda0c452 (diff)
downloadpango-b64e363139f920dd7a2655da9e5a951acc590f65.tar.gz
Bump version to 1.51
We're going to add new api.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index acead2d8..0be2c83b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.50.0',
+ version: '1.51.0',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',