Skip to content

Commit

Permalink
Update CMakeLists.txt to bump version number (#202)
Browse files Browse the repository at this point in the history
* Update CMakeLists.txt to bump version number

* Update clang-format-check.yml
  • Loading branch information
jeanbez authored Sep 5, 2024
1 parent 275919a commit 7d9fc1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C programs.
uses: DoozyX/clang-format-lint-action@v0.11
uses: DoozyX/clang-format-lint-action@v0.18.1
with:
source: '.'
extensions: 'c,h,cpp,hpp'
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ endif()
# Version information
#------------------------------------------------------------------------------
set(PDC_VERSION_MAJOR "0")
set(PDC_VERSION_MINOR "1")
set(PDC_VERSION_MINOR "6")
set(PDC_VERSION_PATCH "0")
set(PDC_PACKAGE "pdc")
set(PDC_PACKAGE_NAME "PDC")
Expand Down Expand Up @@ -663,4 +663,4 @@ add_custom_target(format
| xargs -0 clang-format -i -style=file && echo "... done"
COMMENT "clang-format all source codes"
VERBATIM
)
)

0 comments on commit 7d9fc1c

Please sign in to comment.