summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-06-08 12:53:50 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-06-08 13:44:46 -0400
commit217dace17ae69b0c3035dc4fedbb0b3d278ab801 (patch)
tree2a34fe3c4002075b1599027ea8ef1d724afdbb27 /meson.build
parent8175bfe7ebbdd885cfdab857783aa2e5f7c136e4 (diff)
downloadpango-217dace17ae69b0c3035dc4fedbb0b3d278ab801.tar.gz
1.45.11.45.1
We've been using the 1.45.0 version in git for a while, without ever putting out a tarball. Lets bump the version to 1.45.1 for a new release, to get avoid uncertainties.
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 c427842a..f681e7c4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.45.0',
+ version: '1.45.1',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',