projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60d3137
)
meson: bump version numbers
v248-rc1
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Tue, 23 Feb 2021 00:56:21 +0000
(
01:56
+0100)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Tue, 23 Feb 2021 00:56:21 +0000
(
01:56
+0100)
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 226dc90f9e7290a8059b34af7f3cb21dc4d7c9b2..dc7cbc1c3ac817801c9ca80cbfcea48791b9dfcd 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-1,7
+1,7
@@
# SPDX-License-Identifier: LGPL-2.1-or-later
project('systemd', 'c',
- version : '24
7
',
+ version : '24
8
',
license : 'LGPLv2+',
default_options: [
'c_std=gnu99',
@@
-13,7
+13,7
@@
project('systemd', 'c',
meson_version : '>= 0.46',
)
-libsystemd_version = '0.3
0
.0'
+libsystemd_version = '0.3
1
.0'
libudev_version = '1.7.0'
# We need the same data in two different formats, ugh!