Skip to content

Commit d07fae1

Browse files
JSeimizuoka-r
andauthored
Update to EDC v0.3.7 (#24)
* Update workflow to use senscord v0.1.30. Signed-off-by: Seimizu Joukan <Qingshui.Shangguan@sony.com> * update sysapp v1.1.19. Signed-off-by: Seimizu Joukan <Qingshui.Shangguan@sony.com> * Update sensor submodule to v0.1.30 Signed-off-by: Seimizu Joukan <Qingshui.Shangguan@sony.com> * bump: update project version to 0.3.7 (#453) Signed-off-by: Seimizu Joukan <Qingshui.Shangguan@sony.com> --------- Signed-off-by: Seimizu Joukan <Qingshui.Shangguan@sony.com> Co-authored-by: Ryo Oka <95205614+oka-r@users.noreply.github.com>
1 parent 9e99c86 commit d07fae1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Build EDC for RasPi with the devcontainer
1212
runs-on: ubuntu-24.04
1313
env:
14-
SENSCORD_VER: '0.1.29'
14+
SENSCORD_VER: '0.1.30'
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
project(
66
'edge device core',
77
'c', 'cpp',
8-
version : '0.3.6',
8+
version : '0.3.7',
99
)
1010
cc = meson.get_compiler('c')
1111
if meson.is_cross_build()

src/sensor

0 commit comments

Comments
 (0)