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.8 (stable)
2+ * rpc: Unbreak protocol compatibility by reverting "rpc: Correctly map Mozilla certificate distrust attributes" [PR#716]
3+
140.25.7 (stable)
25* Build fixes from tarball with Meson [PR#714]
36
Original file line number Diff line number Diff line change 11AC_PREREQ ( 2.61 )
22
33AC_INIT ( [ p11-kit] ,
4- [ 0.25.7 ] ,
4+ [ 0.25.8 ] ,
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=2
17+ P11KIT_REVISION=3
1818P11KIT_AGE=4
1919
2020# ------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 11project (' p11-kit' , ' c' ,
2- version : ' 0.25.7 ' ,
2+ version : ' 0.25.8 ' ,
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 = 2
13+ revision = 3
1414age = 4
1515
1616soversion = current - age
You can’t perform that action at this time.
0 commit comments