Skip to content

Commit

Permalink
Update meta data for release 1.1.12
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.12.

Signed-off-by: Mattias Rönnblom <[email protected]>
  • Loading branch information
m-ronnblom committed Oct 26, 2024
1 parent 9aa44b5 commit ff85a5f
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], [11])
m4_define([paf_patch_version], [12])
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.11 [Implementation]
* @version 1.1.12 [Implementation]
*
* @section overview Overview
*
Expand Down

0 comments on commit ff85a5f

Please sign in to comment.