File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1+ 0.25.10 (stable)
2+ * ci fixes [PR#722, PR#723]
3+
140.25.9 (stable)
25* subprojects/pkcs11-json: Update git submodule [PR#719]
36
Original file line number Diff line number Diff line change 11AC_PREREQ ( 2.61 )
22
33AC_INIT ( [ p11-kit] ,
4- [ 0.25.9 ] ,
4+ [ 0.25.10 ] ,
55 [ https://github.com/p11-glue/p11-kit/issues] ,
66 [ p11-kit] ,
77 [ https://p11-glue.github.io/p11-glue/p11-kit.html] )
@@ -14,7 +14,7 @@ AC_INIT([p11-kit],
1414# ? : +1 : ? == internal changes that doesn't break anything.
1515
1616P11KIT_CURRENT=4
17- P11KIT_REVISION=4
17+ P11KIT_REVISION=5
1818P11KIT_AGE=4
1919
2020# ------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 11project (' p11-kit' , ' c' ,
2- version : ' 0.25.9 ' ,
2+ version : ' 0.25.10 ' ,
33 meson_version : ' >= 0.51' )
44
55version_arr = meson .project_version().split(' .' )
@@ -10,7 +10,7 @@ micro_version = version_arr[2].to_int()
1010cc = meson .get_compiler(' c' )
1111
1212current = 4
13- revision = 4
13+ revision = 5
1414age = 4
1515
1616soversion = current - age
You can’t perform that action at this time.
0 commit comments