~ni/libnxt

bbf8634c284c3806b23be12e40c29ce72599a78a — Nicolas Schodet 1 year, 11 months ago edcb413 master 0.4.2
Update version to 0.4.2
2 files changed, 2 insertions(+), 2 deletions(-)

M README
M meson.build
M README => README +1 -1
@@ 1,5 1,5 @@
                  LibNXT and FwFlash
                        v0.4.1
                        v0.4.2
                 ====================

What?

M meson.build => meson.build +1 -1
@@ 1,7 1,7 @@
project('libnxt', 'c',
  default_options : 'warning_level=3',
  meson_version : '>=0.55.0',
  version : '0.4.1')
  version : '0.4.2')

usbdep = dependency('libusb-1.0')