Start of 2.3.0, the new unstable devel version for 2023
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 27 Sep 2022 03:09:16 +0000 (12:09 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 28 Sep 2022 09:44:12 +0000 (18:44 +0900)
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 <myungjoo.ham@samsung.com>
CHANGES
debian/changelog
jni/nnstreamer.mk
meson.build
packaging/nnstreamer.spec

diff --git a/CHANGES b/CHANGES
index 3414f73..7e232fb 100644 (file)
--- 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.
 
index eb648ce..1fbb70e 100644 (file)
@@ -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 <myungjoo.ham@samsung.com>  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)
index 5049392..3284b74 100644 (file)
@@ -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}))
index de26b94..2c90cb5 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: '2.2.0',
+  version: '2.3.0',
   license: ['LGPL-2.1'],
   meson_version: '>=0.50.0',
   default_options: [
index 5390d0e..354fc98 100644 (file)
@@ -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 <myungjoo.ham@samsung.com>
@@ -1253,6 +1253,9 @@ cp -r result %{buildroot}%{_datadir}/nnstreamer/unittest/
 %endif
 
 %changelog
+* Tue Sep 27 2022 MyungJoo Ham <myungjoo.ham@samsung.com>
+- Start development of 2.3.0 (2.4.0-RC1) for experimental and unstable features.
+
 * Thu Sep 22 2022 MyungJoo Ham <myungjoo.ham@samsung.com>
 - Release of 2.2.0, the new LTS version of 2022. (Tizen 7.0 M2)