gplugin/gplugin

rpmbuild does not like -'s in versions
feature/convey
2017-09-26, Gary Kramlich
3ec68408044a
Parents 70660735ab95
Children 52c24c1f30c5
rpmbuild does not like -'s in versions
  • +1 -1
    meson.build
  • --- a/meson.build Tue Sep 26 21:49:08 2017 -0500
    +++ b/meson.build Tue Sep 26 21:49:24 2017 -0500
    @@ -1,7 +1,7 @@
    ###############################################################################
    # Project Info
    ###############################################################################
    -project('gplugin', 'c', version : '0.28.0-dev',
    +project('gplugin', 'c', version : '0.28.0dev',
    meson_version : '>=0.37.0',
    default_options : ['c_std=c99'])