aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2022-10-24 09:49:51 -0500
committerCalvin Rose <calsrose@gmail.com>2022-10-24 09:49:51 -0500
commite731996a68ee70aad6dda064a1a7a581ce08d9f1 (patch)
tree51727daa892ea46c9d2d3843de5c0e5ac93b3a4e /meson.build
parentAdd easier option for adding config.mk in root directory. (diff)
Allow overriding JANETCONF_HEADER in Makefile.
This allows a configuration workflow that is a bit simpler than before and doesn't requiring applying patches. Instead, add a config.mk to source dir with JANETCONF_HEADER=myconfig.h and compile as usual. The patching workflow will of course still work exactly as before.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 1567f3d9..9a7f9b2b 100644
--- a/meson.build
+++ b/meson.build
@@ -20,7 +20,7 @@
project('janet', 'c',
default_options : ['c_std=c99', 'build.c_std=c99', 'b_lundef=false', 'default_library=both'],
- version : '1.25.0')
+ version : '1.25.1')
# Global settings
janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet')