Skip to content

Commit

Permalink
Bump version number to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Jan 24, 2019
1 parent 1539d23 commit b65a88e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tupfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 1.3.0
VERSION = 1.4.0

ifdef CC
CC = @(CC)
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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')

Expand Down

0 comments on commit b65a88e

Please sign in to comment.