Release version 0.1.19 13/311013/1 accepted/tizen_8.0_unified tizen_8.0 accepted/tizen/8.0/unified/20240513.165325
authorInkyun Kil <inkyun.kil@samsung.com>
Mon, 13 May 2024 03:48:13 +0000 (12:48 +0900)
committerInkyun Kil <inkyun.kil@samsung.com>
Mon, 13 May 2024 03:48:13 +0000 (12:48 +0900)
changes:
- Fix thread safe issue

Change-Id: I85609ee03ee120a518185db58d11a1ce2d6e406f
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
packaging/eventsystem.spec

index 6939444..4083391 100644 (file)
@@ -1,6 +1,6 @@
 Name:       eventsystem
 Summary:    Event system library
-Version:    0.1.18
+Version:    0.1.19
 Release:    1
 Group:      Application Framework/Libraries
 License:    Apache-2.0
@@ -153,4 +153,4 @@ install -m 0755 run-unittest.sh %{buildroot}%{_bindir}/tizen-unittests/%{name}/
 %if 0%{?gcov:1}
 %files gcov
 %{_datadir}/gcov/obj/*
-%endif
\ No newline at end of file
+%endif