[Release] update version
authorJaeyun Jung <jy1210.jung@samsung.com>
Tue, 3 Sep 2024 01:00:46 +0000 (10:00 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Thu, 5 Sep 2024 01:15:56 +0000 (10:15 +0900)
Prepare Tizen 9.0 M2 release, update version.

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

index 762b4afa127717e7dd6cd8e8ae5e94804e01022f..11395a4482852cccf895a5c6def4d4bd1efd971c 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.5)
+    SET(VERSION    0.2.6)
 ENDIF()
 
 # GoogleTest requires at least C++11 and match the nnstreamer cpp version.
index 41208aece886b8a8edce040065ca93e6ca80ada5..9d50e202af7110b3922d0f95d7c398882474dc2a 100644 (file)
@@ -1,3 +1,9 @@
+nnstreamer-edge (0.2.6.0) unstable bionic focal jammy; urgency=medium
+
+  * 0.2.6 Release (Tizen 9.0 M2)
+
+ -- Sangjung Woo <sangjung.woo@samsung.com>  Mon, 02 Sep 2024 11:00:00 +0900
+
 nnstreamer-edge (0.2.5.0) unstable xenial bionic focal; urgency=medium
 
   * 0.2.5 Start development of 0.2.5 for next release (0.2.6)
index 3a1b1d4fb398fd905458f7950d8c4135479da781..42c04776b3c13da9f458b65541639bc1afda1529 100644 (file)
@@ -17,7 +17,7 @@ Summary:    Common library set for nnstreamer-edge
 # 2. Ubuntu : ./debian/changelog
 # 3. Tizen : ./packaging/nnstreamer-edge.spec
 # 4. TizenRT : ./tools/build_TizenRT/Makefile
-Version:    0.2.5
+Version:    0.2.6
 Release:    1
 Group:      Machine Learning/ML Framework
 Packager:   Sangjung Woo <sangjung.woo@samsung.com>
@@ -198,6 +198,9 @@ rm -rf %{buildroot}
 %endif # unittest
 
 %changelog
+* Mon Sep 02 2024 Sangjung Woo <sangjung.woo@samsung.com>
+- Release of 0.2.6 (Tizen 9.0 M2)
+
 * Fri Sep 15 2023 Sangjung Woo <sangjung.woo@samsung.com>
 - Start development of 0.2.5 for next release (0.2.6)
 
index c2e2108f4b8be05b4ccf8e8b52ed43fa7cc1d36e..d84e5254101fe0efc86ff83f22733fae96db6746 100644 (file)
@@ -54,7 +54,7 @@
 -include $(TOPDIR)/Make.defs
 
 # Set nnstreamer-edge version
-VERSION = 0.2.5
+VERSION = 0.2.6
 VERSION_MAJOR = $(word 1,$(subst ., ,$(VERSION)))
 VERSION_MINOR = $(word 2,$(subst ., ,$(VERSION)))
 VERSION_MICRO = $(word 3,$(subst ., ,$(VERSION)))