diff options
author | Max Kellermann <max@musicpd.org> | 2020-10-14 12:08:47 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-10-14 12:13:12 +0200 |
commit | 9f57732af2c2f587b5262bcf3a9119f068476a40 (patch) | |
tree | de3ca48fc17f744abc751d01abfb5f0f71475b86 /meson.build | |
parent | 329382c1dafe0217eab84acf7f0ffd25898552b9 (diff) |
meson.build: increment version to 0.23~git
The new stable branch v0.22.x was forked off and is feature-frozen, so
the "master" branch will become the next major version eventually.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 464ea81c9..6ecaf42c3 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.22.1', + version: '0.23~git', meson_version: '>= 0.49.0', default_options: [ 'c_std=c99', |