From: MyungJoo Ham Date: Tue, 27 Sep 2022 03:09:16 +0000 (+0900) Subject: Start of 2.3.0, the new unstable devel version for 2023 X-Git-Tag: accepted/tizen/unified/20221115.172908~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db865d4a7128c7be3177cab2fc143e41e0dd4f75;p=platform%2Fupstream%2Fnnstreamer.git Start of 2.3.0, the new unstable devel version for 2023 This is a new start for a devel release for 2023. This acts as a start of 2.4.0-RC1. 2.2.0 -> 2.3.0 - 2.3.0 is a devel version for 2.4.0 release. Unstable and experimental features are welcomed in this version. Signed-off-by: MyungJoo Ham --- diff --git a/CHANGES b/CHANGES index 3414f73..7e232fb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2.2.0 -> 2.3.0 + - 2.3.0 is a devel version for 2.4.0 release. Unstable and experimental features are welcomed in this version. + 2.1.1 -> 2.2.0 - This is NNStreamer 2.2.0 Tizen 7.0 M2 release. diff --git a/debian/changelog b/debian/changelog index eb648ce..1fbb70e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nnstreamer (2.3.0.0) unstable bionic focal jammy sid; urgency=medium + + * 2.3.0 development starts as 2.4.0-RC1 for experimental and unstable features. + + -- MyungJoo Ham Tue, 27 Sep 2022 12:06:42 +0900 + nnstreamer (2.2.0.0) unstable xenial bionic focal; urgency=medium * 2.2.0 Release (LTS for Tizen 7.0 M2 Release) diff --git a/jni/nnstreamer.mk b/jni/nnstreamer.mk index 5049392..3284b74 100644 --- a/jni/nnstreamer.mk +++ b/jni/nnstreamer.mk @@ -8,7 +8,7 @@ ifndef GSTREAMER_ROOT_ANDROID $(error GSTREAMER_ROOT_ANDROID is not defined!) endif -NNSTREAMER_VERSION := 2.2.0 +NNSTREAMER_VERSION := 2.3.0 NNSTREAMER_VERSION_MAJOR := $(word 1,$(subst ., ,${NNSTREAMER_VERSION})) NNSTREAMER_VERSION_MINOR := $(word 2,$(subst ., ,${NNSTREAMER_VERSION})) NNSTREAMER_VERSION_MICRO := $(word 3,$(subst ., ,${NNSTREAMER_VERSION})) diff --git a/meson.build b/meson.build index de26b94..2c90cb5 100644 --- a/meson.build +++ b/meson.build @@ -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: '2.2.0', + version: '2.3.0', license: ['LGPL-2.1'], meson_version: '>=0.50.0', default_options: [ diff --git a/packaging/nnstreamer.spec b/packaging/nnstreamer.spec index 5390d0e..354fc98 100644 --- a/packaging/nnstreamer.spec +++ b/packaging/nnstreamer.spec @@ -148,7 +148,7 @@ Summary: gstreamer plugins for neural networks # 2. Tizen : ./packaging/nnstreamer.spec # 3. Android: ./jni/nnstreamer.mk # 4. Meson : ./meson.build -Version: 2.2.0 +Version: 2.3.0 Release: 0 Group: Machine Learning/ML Framework Packager: MyungJoo Ham @@ -1253,6 +1253,9 @@ cp -r result %{buildroot}%{_datadir}/nnstreamer/unittest/ %endif %changelog +* Tue Sep 27 2022 MyungJoo Ham +- Start development of 2.3.0 (2.4.0-RC1) for experimental and unstable features. + * Thu Sep 22 2022 MyungJoo Ham - Release of 2.2.0, the new LTS version of 2022. (Tizen 7.0 M2)