summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-09-23 16:15:00 +0200
committerMax Kellermann <max@musicpd.org>2020-09-23 16:15:44 +0200
commit65d257675ff42de016a394910d0d39ec59cfc527 (patch)
tree882eef2c3f9e9abb68c34b1aec141032321e684e /meson.build
parent56fa7368e8ec4026fd2157b75aa3ba6fbc0889cd (diff)
increment version number to 0.22.1
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 f0497065f..02e78e412 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'mpd',
['c', 'cpp'],
- version: '0.22',
+ version: '0.22.1',
meson_version: '>= 0.49.0',
default_options: [
'c_std=c99',