Skip to content

Commit

Permalink
Update meta data for release 1.1.13
Browse files Browse the repository at this point in the history
Update version information in the API documentation and Autoconf in
preparation for libpaf v1.1.13.

Signed-off-by: Mattias Rönnblom <[email protected]>
  • Loading branch information
m-ronnblom committed Dec 17, 2024
1 parent caa4755 commit 5946157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

m4_define([paf_major_version], [1])
m4_define([paf_minor_version], [1])
m4_define([paf_patch_version], [12])
m4_define([paf_patch_version], [13])
m4_define([paf_version],[paf_major_version.paf_minor_version.paf_patch_version])

m4_define([paf_abi_major_version], [m4_eval(paf_major_version - 1)])
Expand Down
2 changes: 1 addition & 1 deletion include/paf.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ extern "C" {
*
* @author Mattias Rönnblom
* @version 0.1 [API]
* @version 1.1.12 [Implementation]
* @version 1.1.13 [Implementation]
*
* @section overview Overview
*
Expand Down

0 comments on commit 5946157

Please sign in to comment.