Build: synchronize vesion info among platforms
authorGeunsik Lim <geunsik.lim@samsung.com>
Tue, 5 Mar 2019 23:01:00 +0000 (08:01 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 7 Mar 2019 02:35:33 +0000 (11:35 +0900)
This commit is to synchronize the version information among Ubuntu,
Tizen, Android, and Meson.

For example,
 1. Ubuntu : ./debian/changelog
 2. Tizen  : ./packaging/nnstreamer.spec
 3. Android: ./jni/Android*.mk
 4. Meson  : ./meson.build

Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
jni/Android-nnstreamer.mk
meson.build
packaging/nnstreamer.spec

index 42348fd..0581b20 100644 (file)
@@ -27,7 +27,7 @@ LOCAL_PATH := $(call my-dir)
 # cp ./libs/arm64-v8a/libnnstreamer.so $GSTREAMER_ROOT_ANDROID/arm64/lib/gstreamer-1.0/
 #
 
-NNSTREAMER_VERSION := 0.1.1
+NNSTREAMER_VERSION := 0.1.2
 
 # Do not specify "TARGET_ARCH_ABI" in this file. If you want to append additional architecture,
 # Please append an architecture name behind "APP_ABI" in Application.mk file.
index ea56115..fab7f99 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.1',
+  version: '0.1.2',
   license: ['LGPL'],
   meson_version: '>=0.40.0',
   default_options: [
index 8b89b69..f49aee0 100644 (file)
@@ -5,6 +5,11 @@
 
 Name:          nnstreamer
 Summary:       gstremaer plugins for neural networks
+# Synchronize the version information among Ubuntu, Tizen, Android, and Meson.
+# 1. Ubuntu : ./debian/changelog
+# 2. Tizen  : ./packaging/nnstreamer.spec
+# 3. Android: ./jni/Android*.mk
+# 4. Meson  : ./meson.build
 Version:       0.1.2
 Release:       0
 Group:         Applications/Multimedia