diff --git a/Tupfile b/Tupfile index 82097061a..b017572dc 100644 --- a/Tupfile +++ b/Tupfile @@ -1,4 +1,4 @@ -VERSION = 1.3.0 +VERSION = 1.4.0 ifdef CC CC = @(CC) diff --git a/meson.build b/meson.build index 662d348d3..d57ce0aca 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('jngl', ['c', 'cpp'], default_options : ['cpp_std=c++1z']) conf_data = configuration_data() -conf_data.set('VERSION', '1.3.0') +conf_data.set('VERSION', '1.4.0') configure_file(input : 'jngl.pc.in', output : 'jngl.pc', configuration : conf_data, install : true, install_dir : 'lib/pkgconfig')