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.

add auto-increment git hook

+1 -1
+1 -1
meson.build
··· 40 40 build_date = run_command('date', '+%Y-%m-%d', check: true).stdout().strip() 41 41 42 42 version_conf = configuration_data() 43 - version_conf.set('ANT_VERSION', '0.0.3') 43 + version_conf.set('ANT_VERSION', '0.0.5.35') 44 44 version_conf.set('ANT_GIT_HASH', git_hash) 45 45 version_conf.set('ANT_BUILD_DATE', build_date) 46 46