From: MyungJoo Ham Date: Mon, 3 Dec 2018 06:33:04 +0000 (+0900) Subject: Start of 0.1.0 rc1 development X-Git-Tag: v0.1.0~91 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e33bb7d8f8125e3d5f52f3754677fa9fd153d202;p=platform%2Fupstream%2Fnnstreamer.git Start of 0.1.0 rc1 development 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 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 56f0295..b431b46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}) diff --git a/debian/changelog b/debian/changelog index e529114..629c472 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nnstreamer (0.1.0-1rc1) stable; urgency=medium + + * Start of 0.1.0 development + + -- MyungJoo Ham Mon, 03 Dec 2018 15:32:01 +0900 + nnstreamer (0.0.3-2) stable; urgency=medium * 0.0.3 release diff --git a/meson.build b/meson.build index 97ad9e1..bb73e15 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: '0.0.3', + version: '0.1.0', license: ['LGPL'], meson_version: '>=0.40.0', default_options: [ diff --git a/packaging/nnstreamer.spec b/packaging/nnstreamer.spec index a56085a..04c766e 100644 --- a/packaging/nnstreamer.spec +++ b/packaging/nnstreamer.spec @@ -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