Start of 0.1.0 rc1 development
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 3 Dec 2018 06:33:04 +0000 (15:33 +0900)
committerMyungJoo Ham <myungjoo.ham@gmail.com>
Mon, 3 Dec 2018 07:13:28 +0000 (07:13 +0000)
This commit marks the start of 0.1.0 rc1 development.

The version is jumped to 0.1.0 as it has now enough
number of features for a few real products/applications
and we have full CI/CD support.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
CMakeLists.txt
debian/changelog
meson.build
packaging/nnstreamer.spec

index 56f0295..b431b46 100644 (file)
@@ -16,7 +16,7 @@ IF(INSTALL_EXAMPLE_APP)
        ENDIF(EXAMPLE_EXEC_PREFIX)
 ENDIF(INSTALL_EXAMPLE_APP)
 
-SET(VERSION "0.0.3")
+SET(VERSION "0.1.0")
 ADD_DEFINITIONS(-DVERSION="${VERSION}")
 
 SET(PREFIX ${CMAKE_INSTALL_PREFIX})
index e529114..629c472 100644 (file)
@@ -1,3 +1,9 @@
+nnstreamer (0.1.0-1rc1) stable; urgency=medium
+
+  * Start of 0.1.0 development
+
+ -- MyungJoo Ham <myungjoo.ham@samsung.com>  Mon, 03 Dec 2018 15:32:01 +0900
+
 nnstreamer (0.0.3-2) stable; urgency=medium
 
   * 0.0.3 release
index 97ad9e1..bb73e15 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: '0.0.3',
+    version: '0.1.0',
     license: ['LGPL'],
     meson_version: '>=0.40.0',
     default_options: [
index a56085a..04c766e 100644 (file)
@@ -4,8 +4,8 @@
 
 Name:          nnstreamer
 Summary:       gstremaer plugins for neural networks
-Version:       0.0.3
-Release:       2
+Version:       0.1.0
+Release:       1rc1
 # From 0.0.3, don't put letters as the first character of release. Use "1.rc1" instead of "rc1".
 # We are using "stable-1" because we've been using "rc#" for 0.0.2
 Group:         Applications/Multimedia