diff options
| author | Michael Biebl <biebl@debian.org> | 2026-07-03 19:53:18 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2026-07-03 19:53:18 +0200 |
| commit | 537bfce2bda471c92caabd388589230200891509 (patch) | |
| tree | aedeccfaf0ba52c238ecf51fc009c0db5d4b60f0 /src/c-stdaux/meson.build | |
| parent | 869e9027026cdbb15d4e4a6327ff41d2697858eb (diff) | |
New upstream version 1.58~rc1 upstream/1.58_rc1
Diffstat (limited to 'src/c-stdaux/meson.build')
| -rw-r--r-- | src/c-stdaux/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c-stdaux/meson.build b/src/c-stdaux/meson.build index 6af822be..94a40b28 100644 --- a/src/c-stdaux/meson.build +++ b/src/c-stdaux/meson.build @@ -10,7 +10,7 @@ project( ], license: 'Apache', meson_version: '>=0.60.0', - version: '1.4.0', + version: '1.6.0', ) major = meson.project_version().split('.')[0] project_description = 'Auxiliary macros and functions for the C standard library' |