Start development of 1.5.0 as 1.6.0-RC1
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 11 Feb 2020 10:34:35 +0000 (19:34 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 13 Feb 2020 03:57:29 +0000 (19:57 -0800)
1.4.0 -> 1.5.0
        - 1.5.0 is a devel version for 1.6.0 release. (RC1)

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 b2b463d..1dc71cf 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+1.4.0 -> 1.5.0
+       - 1.5.0 is a devel version for 1.6.0 release.
+
 1.3.1 -> 1.4.0
        - Stable release with API changes
        - *Tensor-filter subplugin API has been updated.*
index 2884fea..eeebc52 100644 (file)
@@ -1,3 +1,9 @@
+nnstreamer (1.5.0.0) unstable xenial bionic; urgency=medium
+
+  * 1.5.0 development starts (1.6.0 RC1)
+
+ -- MyungJoo Ham <myungjoo.ham@samsung.com>  Tue, 11 Feb 2020 19:33:55 +0900
+
 nnstreamer (1.4.0.0) unstable xenial bionic; urgency=medium
 
   * 1.4.0 Release (Tensor-filter API updated)
index e5372f3..05a4b39 100644 (file)
@@ -8,7 +8,7 @@ ifndef GSTREAMER_ROOT_ANDROID
 $(error GSTREAMER_ROOT_ANDROID is not defined!)
 endif
 
-NNSTREAMER_VERSION  := 1.4.0
+NNSTREAMER_VERSION  := 1.5.0
 
 NNSTREAMER_GST_HOME := $(NNSTREAMER_ROOT)/gst/nnstreamer
 NNSTREAMER_EXT_HOME := $(NNSTREAMER_ROOT)/ext/nnstreamer
index 35d1057..ddc7dba 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: '1.4.0',
+  version: '1.5.0',
   license: ['LGPL'],
   meson_version: '>=0.50.0',
   default_options: [
index 1f57dd2..d3e27fa 100644 (file)
@@ -23,7 +23,7 @@ Summary:      gstreamer plugins for neural networks
 # 2. Tizen  : ./packaging/nnstreamer.spec
 # 3. Android: ./jni/nnstreamer.mk
 # 4. Meson  : ./meson.build
-Version:       1.4.0
+Version:       1.5.0
 Release:       0
 Group:         Applications/Multimedia
 Packager:      MyungJoo Ham <myungjoo.ham@samsung.com>
@@ -579,6 +579,9 @@ cp -r result %{buildroot}%{_datadir}/nnstreamer/unittest/
 
 %changelog
 * Tue Feb 11 2020 MyungJoo Ham <myungjoo.ham@samsung.com>
+- Start development of 1.5.0 (1.6.0-RC1)
+
+* Tue Feb 11 2020 MyungJoo Ham <myungjoo.ham@samsung.com>
 - Release of 1.4.0 (Tensor-filter API has been updated!)
 
 * Mon Feb 03 2020 MyungJoo Ham <myungjoo.ham@samsung.com>