[Version] update version to 1.8.3
authorJaeyun <jy1210.jung@samsung.com>
Fri, 30 Sep 2022 03:06:07 +0000 (12:06 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 4 Oct 2022 12:20:18 +0000 (21:20 +0900)
Release 1.8.2 for Tizen 7.0 M2. Start implementation for next release (v1.8.3).

Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
debian/changelog
java/android/nnstreamer/src/main/jni/Android.mk
meson.build
packaging/machine-learning-api.spec

index a95ebb1..c9f64c0 100644 (file)
@@ -1,3 +1,9 @@
+ml-api (1.8.3.0) unstable xenial bionic focal; urgency=medium
+
+  * Start development of 1.8.3 for Tizen 7.5 release (1.8.4)
+
+ -- MyungJoo Ham <myungjoo.ham@samsung.com>  Fri, 30 Sep 2022 12:10:00 +0900
+
 ml-api (1.8.2.0) unstable xenial bionic focal; urgency=medium
 
   * Release of 1.8.2
index be14586..30dd567 100644 (file)
@@ -25,7 +25,7 @@ $(error Target arch ABI not supported: $(TARGET_ARCH_ABI))
 endif
 
 # Set ML API Version
-ML_API_VERSION  := 1.8.2
+ML_API_VERSION  := 1.8.3
 ML_API_VERSION_MAJOR := $(word 1,$(subst ., ,${ML_API_VERSION}))
 ML_API_VERSION_MINOR := $(word 2,$(subst ., ,${ML_API_VERSION}))
 ML_API_VERSION_MICRO := $(word 3,$(subst ., ,${ML_API_VERSION}))
index 0a9d439..bc1965a 100644 (file)
@@ -1,5 +1,5 @@
 project('ml-api', 'c', 'cpp',
-  version: '1.8.2',
+  version: '1.8.3',
   license: ['Apache-2.0'],
   meson_version: '>=0.50.0',
   default_options: [
index 5d0b096..e645dd4 100644 (file)
@@ -56,7 +56,7 @@ Summary:      Tizen native API for NNStreamer
 # 2. Tizen   : ./packaging/machine-learning-api.spec
 # 3. Meson   : ./meson.build
 # 4. Android : ./java/android/nnstreamer/src/main/jni/Android.mk
-Version:       1.8.2
+Version:       1.8.3
 Release:       0
 Group:         Machine Learning/ML Framework
 Packager:      MyungJoo Ham <myungjoo.ham@samsung.com>
@@ -507,6 +507,9 @@ cp -r result %{buildroot}%{_datadir}/ml-api/unittest/
 %endif #unit_test
 
 %changelog
+* Fri Sep 30 2022 MyungJoo Ham <myungjoo.ham@samsung.com>
+- Start development of 1.8.3 for Tizen 7.5 release (1.8.4)
+
 * Mon Sep 26 2022 MyungJoo Ham <myungjoo.ham@samsung.com>
 - Release of 1.8.2