-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version to 1.8.4, Tizen 8.0 M2 release. Signed-off-by: Jaeyun Jung <[email protected]>
- Loading branch information
1 parent
9c22fb6
commit 5c49f89
Showing
4 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
|
@@ -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) | ||
|
||
|