meson: sync version number among ubuntu, gbs, and meson
authorGeunsik Lim <geunsik.lim@samsung.com>
Tue, 19 Feb 2019 03:46:30 +0000 (12:46 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 19 Feb 2019 04:28:42 +0000 (13:28 +0900)
This commit is to synchronize the version number of nnstreamer
among the Ubuntu, Gbs, and Meson. The standard number is located
in 'version' tag of ./packaging/nnstreamer.spec file.

* Tizen/gbs:  ./packaging/ (Standard)
* Ubuntu/pdebuild: ./debian/changelog
* meson/build-system: meson.build

Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
meson.build

index 3e73468..2e1a516 100644 (file)
@@ -2,7 +2,7 @@
 # If you are using Tizen 5.0+ or Ubuntu/Bionix+, you don't need to mind meson version.
 
 project('nnstreamer', 'c', 'cpp',
-  version: '0.1.0',
+  version: '0.1.1',
   license: ['LGPL'],
   meson_version: '>=0.40.0',
   default_options: [