[0.0.3-rc1] Single-binary is now the stndard release.
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 15 Oct 2018 09:21:30 +0000 (18:21 +0900)
committerGeunsik Lim <leemgs@users.noreply.github.com>
Tue, 16 Oct 2018 10:28:25 +0000 (19:28 +0900)
From 0.0.3, single-binary release is the standard.
We start 0.0.3-rc1 with this commit.

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

index 93fb732..c816788 100644 (file)
@@ -6,12 +6,15 @@ OPTION(TIZEN "Enable Tizen build mode" OFF)
 OPTION(DISABLE_TENSORFLOW_LITE "Disable tensorflow-lite support" OFF)
 OPTION(DISABLE_TENSORFLOW "Disable tensorflow support" ON)
 OPTION(INSTALL_EXAMPLE_APP "Install example applications" OFF)
-OPTION(SINGLE_BINARY "Generate a single binary for all nnstreamer elements" OFF)
+OPTION(SINGLE_BINARY "Generate a single binary for all nnstreamer elements" ON)
 IF(SINGLE_BINARY)
        ADD_DEFINITIONS(-DSINGLE_BINARY)
+       MESSAGE(STATUS "The nnstreamer elements will be created as a single plugin binary.")
+ELSE(SINGLE_BINARY)
+       MESSAGE(STATUS "The nnstreamer elements will be created as multple plugin binaries, one binary for one element. This is no more the standard method to release since nnstreamer 0.0.3.")
 ENDIF(SINGLE_BINARY)
 
-ADD_DEFINITIONS(-DVERSION="0.0.2")
+ADD_DEFINITIONS(-DVERSION="0.0.3")
 
 SET(PREFIX ${CMAKE_INSTALL_PREFIX})
 SET(EXEC_PREFIX "${PREFIX}/bin")
index 53607be..151558e 100644 (file)
@@ -4,8 +4,8 @@
 
 Name:          nnstreamer
 Summary:       gstremaer plugins for neural networks
-Version:       0.0.2
-Release:       stable1
+Version:       0.0.3
+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