Skip to content

Commit

Permalink
Update version in meson (#120)
Browse files Browse the repository at this point in the history
Summary:
Also switch to using git tag format (v0.3.0 instead of 0.3.0).
Pull Request resolved: #120

Reviewed By: filbranden

Differential Revision: D19910997

Pulled By: danobi

fbshipit-source-id: 35b28b091ad5ca461662e5d5ab2cfba82b086408
  • Loading branch information
danobi authored and facebook-github-bot committed Feb 14, 2020
1 parent 79d90b1 commit 7921f0d
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,5 +1,5 @@
project('oomd', 'cpp',
version : '0.2.0',
version : 'v0.3.1',
meson_version : '>= 0.45',
license : 'GPL2',
default_options : ['stdsplit=false', 'cpp_std=c++17'])
Expand Down

0 comments on commit 7921f0d

Please sign in to comment.