Skip to content
Snippets Groups Projects
Commit f3c8e030 authored by Izzard, Robert Dr (Maths & Physics)'s avatar Izzard, Robert Dr (Maths & Physics)
Browse files

update meson.build version

parent 1440e722
No related branches found
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
############################################################ ############################################################
# meson build file for binary_c # meson build file for binary_c
# #
# (c) Robert Izzard 25/11/2019 # (c) Robert Izzard 07/12/2019
# #
# Known to work with binary_c 2.1.4 using gcc and clang. # Known to work with binary_c 2.1.6 using gcc and clang.
# #
# Supporting scripts are in the meson directory of binary_c. # Supporting scripts are in the meson directory of binary_c.
# #
...@@ -43,7 +43,7 @@ project( ...@@ -43,7 +43,7 @@ project(
default_options : [ default_options : [
'c_std=gnu99', 'c_std=gnu99',
], ],
version : '2.1.5', # should agree with binary_c_version.h version : '2.1.6', # should agree with binary_c_version.h
) )
############################################################ ############################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment