Skip to content

Commit

Permalink
Update meta data for release 1.1.8
Browse files Browse the repository at this point in the history
Update API documentation and Autoconf files in preparation for the
libpaf v1.1.8 release.

Signed-off-by: Mattias Rönnblom <[email protected]>
  • Loading branch information
m-ronnblom committed Apr 10, 2024
1 parent 302a070 commit 61a6645
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], [7])
m4_define([paf_patch_version], [8])
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.7 [Implementation]
* @version 1.1.8 [Implementation]
*
* @section overview Overview
*
Expand Down

0 comments on commit 61a6645

Please sign in to comment.