Skip to content

Commit

Permalink
Use specific version number
Browse files Browse the repository at this point in the history
  • Loading branch information
franko committed Apr 19, 2019
1 parent 4428cb6 commit 38230a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('agg', 'c', 'cpp', version: '2.4', default_options : ['cpp_std=c++03'])
project('agg', 'c', 'cpp', version: '2.4-franko1', default_options : ['cpp_std=c++03'])

agg_deps = []
if host_machine.system() == 'linux'
Expand Down

0 comments on commit 38230a0

Please sign in to comment.