Skip to content

Commit dea2eda

Browse files
Merge pull request #340 from insertinterestingnamehere/ver
Version Bump For 1.22 Release Candidate
2 parents f8e8134 + 870f086 commit dea2eda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ osx_m1_task:
5252
5353
freebsd_task:
5454
freebsd_instance:
55-
image_family: freebsd-14-0
55+
image_family: freebsd-14-2
5656
timeout_in: 5m
5757
matrix:
5858
env:

include/qthread/qthread.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ using std::memory_order_relaxed;
7979
* digit for EXT, and 2 digits for EXT_NUMBER. For example, 1.17.1rc1 is
8080
* converted to the numeric version 011701201.
8181
*/
82-
#define QTHREAD_NUMVERSION 012100000
82+
#define QTHREAD_NUMVERSION 012200201
8383

8484
#define QTHREADS_GET_VERSION(MAJOR, MINOR, REVISION, TYPE, PATCH) \
8585
(((MAJOR) * 10000000) + ((MINOR) * 100000) + ((REVISION) * 1000) + \

0 commit comments

Comments
 (0)