projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
484abbe
)
meson: bump numbers for v250-rc1
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Thu, 9 Dec 2021 12:33:39 +0000
(13:33 +0100)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Thu, 9 Dec 2021 12:33:39 +0000
(13:33 +0100)
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 2115e7f991839b4e5abd2d5f83cf3ab07d5aa45b..d92136aa64b957b3ab8fef8baa8b1528070feb4a 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-1,7
+1,7
@@
# SPDX-License-Identifier: LGPL-2.1-or-later
project('systemd', 'c',
- version : '2
49
',
+ version : '2
50
',
license : 'LGPLv2+',
default_options: [
'c_std=gnu99',
@@
-13,8
+13,8
@@
project('systemd', 'c',
meson_version : '>= 0.53.2',
)
-libsystemd_version = '0.3
2
.0'
-libudev_version = '1.7.
2
'
+libsystemd_version = '0.3
3
.0'
+libudev_version = '1.7.
3
'
conf = configuration_data()
conf.set_quoted('PROJECT_URL', 'https://www.freedesktop.org/wiki/Software/systemd')