Skip to content

Commit

Permalink
Update versions to 2.1.0 and 1.8.2
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gallagher <[email protected]>
  • Loading branch information
sgallagher committed Jan 26, 2019
1 parent 82cbe08 commit 072e6ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# For more information on free software, see <https://www.gnu.org/philosophy/free-sw.en.html>.

project('modulemd', 'c',
version : '2.0.1',
version : '2.1.0',
default_options : [
'buildtype=debugoptimized',
'c_std=c11',
Expand All @@ -20,7 +20,7 @@ project('modulemd', 'c',
license : 'MIT',
meson_version : '>=0.44.0')

libmodulemd_v1_version = '1.8.1'
libmodulemd_v1_version = '1.8.2'
libmodulemd_v2_version = meson.project_version()

cc = meson.get_compiler('c')
Expand Down

0 comments on commit 072e6ee

Please sign in to comment.