summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-04-29 23:19:13 +0200
committerMax Kellermann <max@musicpd.org>2020-04-29 23:20:04 +0200
commit6fdae1139fabf5dd7b3a47e22e3519409556380e (patch)
treeed88e7a204ae3abb788f5c2c1329d32e9b39f6fc /meson.build
parent6c240f667c391f678dd916d0a1d7e9b149557240 (diff)
increment version number to 0.21.24
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 800785b85..7c5dcac9f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'mpd',
['c', 'cpp'],
- version: '0.21.23',
+ version: '0.21.24',
meson_version: '>= 0.49.0',
default_options: [
'c_std=c99',