MIRROR: javascript for ๐Ÿœ's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

gnu23

+2 -2
+2 -2
meson.build
··· 1 1 project('ant', 'c', default_options: [ 2 2 'optimization=2', 3 - 'c_std=c11', 3 + 'c_std=gnu23', 4 4 'default_library=static' 5 5 ]) 6 6 ··· 68 68 build_date = run_command('date', '+%Y-%m-%d', check: true).stdout().strip() 69 69 70 70 version_conf = configuration_data() 71 - version_conf.set('ANT_VERSION', '0.0.7.9') 71 + version_conf.set('ANT_VERSION', '0.0.7.10') 72 72 version_conf.set('ANT_GIT_HASH', git_hash) 73 73 version_conf.set('ANT_BUILD_DATE', build_date) 74 74