mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
meson: increase version numbers
This commit is contained in:
parent
1142cbd76a
commit
cbd73c69ba
@ -16,7 +16,7 @@
|
|||||||
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
project('systemd', 'c',
|
project('systemd', 'c',
|
||||||
version : '235',
|
version : '236',
|
||||||
license : 'LGPLv2+',
|
license : 'LGPLv2+',
|
||||||
default_options: [
|
default_options: [
|
||||||
'c_std=gnu99',
|
'c_std=gnu99',
|
||||||
@ -27,8 +27,8 @@ project('systemd', 'c',
|
|||||||
meson_version : '>= 0.41',
|
meson_version : '>= 0.41',
|
||||||
)
|
)
|
||||||
|
|
||||||
libsystemd_version = '0.19.1'
|
libsystemd_version = '0.20.0'
|
||||||
libudev_version = '1.6.7'
|
libudev_version = '1.6.8'
|
||||||
|
|
||||||
# We need the same data in three different formats, ugh!
|
# We need the same data in three different formats, ugh!
|
||||||
# Also, for hysterical reasons, we use different variable
|
# Also, for hysterical reasons, we use different variable
|
||||||
|
Loading…
Reference in New Issue
Block a user