Skip to content

Commit

Permalink
Version bump, and adding action to run tests on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
aous72 committed Sep 9, 2024
1 parent 58ed06d commit 833e210
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ccp-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# taken from https://github.com/onqtam/doctest/blob/master/.github/workflows/main.yml

name: C/C++ CI
on: push
on:
push:

on:
pull_request:


jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion src/core/common/ojph_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
//***************************************************************************/

#define OPENJPH_VERSION_MAJOR 0
#define OPENJPH_VERSION_MINOR 15
#define OPENJPH_VERSION_MINOR 16
#define OPENJPH_VERSION_PATCH 0

0 comments on commit 833e210

Please sign in to comment.