Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
f300ea62
Commit
f300ea62
authored
Mar 07, 2019
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
meson.build: increment version number to 0.22
Time to create a new unstable branch; stable development will now continue in the branch v0.21.x
parent
c5df879c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
NEWS
NEWS
+2
-0
conf.py
doc/conf.py
+2
-2
meson.build
meson.build
+2
-2
No files found.
NEWS
View file @
f300ea62
ver 0.22 (not yet released)
ver 0.21.6 (not yet released)
* protocol
- allow loading playlists specified as absolute filesystem paths
...
...
doc/conf.py
View file @
f300ea62
...
...
@@ -30,7 +30,7 @@ master_doc = 'index'
# General information about the project.
project
=
'Music Player Daemon'
copyright
=
'2003-201
8
The Music Player Daemon Project'
copyright
=
'2003-201
9
The Music Player Daemon Project'
author
=
'Max Kellermann'
# The version info for the project you're documenting, acts as replacement for
...
...
@@ -38,7 +38,7 @@ author = 'Max Kellermann'
# built documents.
#
# The short X.Y version.
version
=
'0.2
1.6
'
version
=
'0.2
2
'
# The full version, including alpha/beta/rc tags.
release
=
version
...
...
meson.build
View file @
f300ea62
project(
'mpd',
['c', 'cpp'],
version: '0.2
1.6
',
version: '0.2
2~git
',
meson_version: '>= 0.47.2',
default_options: [
'c_std=c99',
...
...
@@ -20,7 +20,7 @@ conf.set_quoted('PACKAGE', meson.project_name())
conf.set_quoted('PACKAGE_NAME', meson.project_name())
conf.set_quoted('PACKAGE_VERSION', meson.project_version())
conf.set_quoted('VERSION', meson.project_version())
conf.set_quoted('PROTOCOL_VERSION', '0.2
1.4
')
conf.set_quoted('PROTOCOL_VERSION', '0.2
2.0
')
conf.set_quoted('SYSTEM_CONFIG_FILE_LOCATION', join_paths(get_option('prefix'), get_option('sysconfdir'), 'mpd.conf'))
common_cppflags = [
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment