Fix meson build version.

This commit is contained in:
Calvin Rose 2020-06-18 18:43:10 -05:00
parent 280292d3f5
commit b5fdd30b77
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
project('janet', 'c',
default_options : ['c_std=c99', 'b_lundef=false', 'default_library=both'],
version : '1.10.1-dev')
version : '1.10.1')
# Global settings
janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet')