[Release] update version accepted/tizen/unified/20230912.171646
authorJaeyun Jung <jy1210.jung@samsung.com>
Tue, 12 Sep 2023 03:39:43 +0000 (12:39 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Tue, 12 Sep 2023 07:45:35 +0000 (16:45 +0900)
Update version to 0.2.4, Tizen M2 release.

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
CMakeLists.txt
debian/changelog
packaging/nnstreamer-edge.spec

index c28622344d0b2a415afb406d23011621bee5b6ef..b0376b260bc252af7a07bf45f8e87b30db75b8fe 100644 (file)
@@ -12,7 +12,7 @@ OPTION(MQTT_SUPPORT     "Enable MQTT" OFF)
 OPTION(AITT_SUPPORT     "Enable AITT" OFF)
 
 IF (NOT DEFINED VERSION)
-    SET(VERSION    0.2.3)
+    SET(VERSION    0.2.4)
 ENDIF()
 
 # GoogleTest requires at least C++11 and match the nnstreamer cpp version.
index 26e12a28b1ad6f00e7c0a840e1422abc4b48e95c..eefe2e7bd6d2832031a78366467d9a46e3fa0944 100644 (file)
@@ -1,3 +1,9 @@
+nnstreamer-edge (0.2.4.0) unstable xenial bionic focal; urgency=medium
+
+  * 0.2.4 Release (Tizen 8.0 M2)
+
+ -- Sangjung Woo <sangjung.woo@samsung.com>  Tue, 12 Sep 2023 12:40:00 +0900
+
 nnstreamer-edge (0.2.3.0) unstable xenial bionic focal; urgency=medium
 
   * 0.2.3 Start development of 0.2.3 for Tizen 8.0 release (0.2.4)
index 69be189cbf316bb8f9b049e59331f189e80e3ff5..a8c9f9830c41f3128179645dd1eb0a5671421436 100644 (file)
@@ -18,7 +18,7 @@ Summary:    Common library set for nnstreamer-edge
 # 1. CMake : ./CMakeLists.txt
 # 2. Ubuntu : ./debian/changelog
 # 3. Tizen : ./packaging/nnstreamer-edge.spec
-Version:    0.2.3
+Version:    0.2.4
 Release:    1
 Group:      Machine Learning/ML Framework
 Packager:   Sangjung Woo <sangjung.woo@samsung.com>
@@ -206,6 +206,9 @@ rm -rf %{buildroot}
 %endif # unittest
 
 %changelog
+* Tue Sep 12 2023 Sangjung Woo <sangjung.woo@samsung.com>
+- Release of 0.2.4 (Tizen 8.0 M2)
+
 * Tue Jun 13 2023 Sangjung Woo <sangjung.woo@samsung.com>
 - Start development of 0.2.3 for Tizen 8.0 release (0.2.4)