Skip to content

Commit

Permalink
[Release] update version
Browse files Browse the repository at this point in the history
Update version to 1.8.4, Tizen 8.0 M2 release.

Signed-off-by: Jaeyun Jung <[email protected]>
  • Loading branch information
jaeyun-jung authored and again4you committed Sep 12, 2023
1 parent 9c22fb6 commit 5c49f89
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ml-api (1.8.4.0) unstable xenial bionic focal; urgency=medium

* Release of 1.8.4 (Tizen 8.0 M2)

-- MyungJoo Ham <[email protected]> Tue, 12 Sep 2023 12:45:00 +0900

ml-api (1.8.3.0) unstable xenial bionic focal; urgency=medium

* Start development of 1.8.3 for Tizen 8.0 release (1.8.4)
Expand Down
2 changes: 1 addition & 1 deletion java/android/nnstreamer/src/main/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $(error Target arch ABI not supported: $(TARGET_ARCH_ABI))
endif

# Set ML API Version
ML_API_VERSION := 1.8.3
ML_API_VERSION := 1.8.4
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}))
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('ml-api', 'c', 'cpp',
version: '1.8.3',
version: '1.8.4',
license: ['Apache-2.0'],
meson_version: '>=0.50.0',
default_options: [
Expand Down
5 changes: 4 additions & 1 deletion packaging/machine-learning-api.spec
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,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.3
Version: 1.8.4
Release: 0
Group: Machine Learning/ML Framework
Packager: MyungJoo Ham <[email protected]>
Expand Down Expand Up @@ -569,6 +569,9 @@ install -m 0755 packaging/run-unittest.sh %{buildroot}%{_bindir}/tizen-unittests
%endif #unit_test

%changelog
* Tue Sep 12 2023 MyungJoo Ham <[email protected]>
- Release of 1.8.4 (Tizen 8.0 M2)

* Fri Sep 30 2022 MyungJoo Ham <[email protected]>
- Start development of 1.8.3 for Tizen 8.0 release (1.8.4)

Expand Down

0 comments on commit 5c49f89

Please sign in to comment.