diff options
author | raveit65 <[email protected]> | 2019-12-06 17:12:38 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-12-06 17:12:38 +0100 |
commit | 5405b8b210c738f430e1a502e056445f15579bb0 (patch) | |
tree | faa3448cbf8e1a3f1f3eab79b53a808d1bb26d5f /meson.build | |
parent | 5918c2a9c5d098c9b700e73df223fa3ce6361c8d (diff) | |
download | marco-5405b8b210c738f430e1a502e056445f15579bb0.tar.bz2 marco-5405b8b210c738f430e1a502e056445f15579bb0.tar.xz |
release 1.23.2v1.23.2
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 3a9abca6..4210d257 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'marco', 'c', - version: '1.23.1', + version: '1.23.2', meson_version: '>=0.47.0', license: 'GPL2', default_options : [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11'], |