diff options
author | raveit65 <[email protected]> | 2022-11-12 17:35:28 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-11-12 17:44:33 +0100 |
commit | 2bdba6c22967496614b52bddf8186595f729a651 (patch) | |
tree | 358995f10ce18b1827e5032d5a23ee8a43983ea7 /meson.build | |
parent | c357e1c1816311680c04f8d720ba439d9bb325cf (diff) | |
download | marco-2bdba6c22967496614b52bddf8186595f729a651.tar.bz2 marco-2bdba6c22967496614b52bddf8186595f729a651.tar.xz |
release 1.26.1v1.26.1
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 199baa77..b38d2858 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'marco', 'c', - version: '1.26.0', + version: '1.26.1', meson_version: '>=0.47.0', license: 'GPL2', default_options : [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11'], |