Skip to content

Commit

Permalink
Applied updates
Browse files Browse the repository at this point in the history
joachimmetz committed Jun 2, 2024
1 parent 73b49b7 commit dae8131
Showing 24 changed files with 1,177 additions and 4,932 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -107,7 +107,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install build dependencies
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ AC_PREREQ([2.71])

AC_INIT(
[libevtx],
[20240505],
[20240602],
[[email protected]])

AC_CONFIG_SRCDIR(
Loading

0 comments on commit dae8131

Please sign in to comment.