Skip to content

Commit

Permalink
- cxon: prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
oknenavin committed May 23, 2023
1 parent 37ef1b6 commit 82fe412
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ jobs:
with:
repository: oknenavin/workflows-data
token: ${{ secrets.WORKFLOWS_DATA_TOKEN }}
ref: develop # branch-links
ref: master # branch-links
path: .dep/workflows-data
- name: Download Artifacts
uses: actions/download-artifact@v3
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,14 +229,14 @@ Distributed under the MIT license. See [`LICENSE`](LICENSE) for more information
[img-cvr]: https://scan.coverity.com/projects/18083/badge.svg

<!--{ branch-links -->
[img-cov]: https://codecov.io/gh/oknenavin/cxon/branch/develop/graph/badge.svg
[img-time-read-gcc]: https://raw.githubusercontent.com/oknenavin/workflows-data/develop/cxon/benchmarks/figures/g++.head.default.json.native-s1-read.svg
[img-time-read-clang]: https://raw.githubusercontent.com/oknenavin/workflows-data/develop/cxon/benchmarks/figures/clang++.head.default.json.native-s1-read.svg
[img-time-write-gcc]: https://raw.githubusercontent.com/oknenavin/workflows-data/develop/cxon/benchmarks/figures/g++.head.default.json.native-s1-write.svg
[img-time-write-clang]: https://raw.githubusercontent.com/oknenavin/workflows-data/develop/cxon/benchmarks/figures/clang++.head.default.json.native-s1-write.svg
[img-space-gcc]: https://raw.githubusercontent.com/oknenavin/workflows-data/develop/cxon/benchmarks/figures/g++.head.default.json-space.svg
[img-space-clang]: https://raw.githubusercontent.com/oknenavin/workflows-data/develop/cxon/benchmarks/figures/clang++.head.default.json-space.svg
[img-bench]: https://github.com/oknenavin/workflows-data/tree/develop/cxon
[img-cov]: https://codecov.io/gh/oknenavin/cxon/branch/master/graph/badge.svg
[img-time-read-gcc]: https://raw.githubusercontent.com/oknenavin/workflows-data/master/cxon/benchmarks/figures/g++.head.default.json.native-s1-read.svg
[img-time-read-clang]: https://raw.githubusercontent.com/oknenavin/workflows-data/master/cxon/benchmarks/figures/clang++.head.default.json.native-s1-read.svg
[img-time-write-gcc]: https://raw.githubusercontent.com/oknenavin/workflows-data/master/cxon/benchmarks/figures/g++.head.default.json.native-s1-write.svg
[img-time-write-clang]: https://raw.githubusercontent.com/oknenavin/workflows-data/master/cxon/benchmarks/figures/clang++.head.default.json.native-s1-write.svg
[img-space-gcc]: https://raw.githubusercontent.com/oknenavin/workflows-data/master/cxon/benchmarks/figures/g++.head.default.json-space.svg
[img-space-clang]: https://raw.githubusercontent.com/oknenavin/workflows-data/master/cxon/benchmarks/figures/clang++.head.default.json-space.svg
[img-bench]: https://github.com/oknenavin/workflows-data/tree/master/cxon
<!-- branch-links }-->

[RFC8259]: https://www.ietf.org/rfc/rfc8259.txt
Expand Down
2 changes: 1 addition & 1 deletion src/cxon/cxon.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define CXON_CXON_HXX_

#define CXON_VERSION_MAJOR 0
#define CXON_VERSION_MINOR 61
#define CXON_VERSION_MINOR 62
#define CXON_VERSION_PATCH 0

#ifndef CXON_DEFAULT_FORMAT
Expand Down

0 comments on commit 82fe412

Please sign in to comment.