Skip to content

Commit

Permalink
Prepare to release 1.1.1
Browse files Browse the repository at this point in the history
Documentation and Autoconf files are updated to reflect the new libpaf
version.

Signed-off-by: Mattias Rönnblom <[email protected]>
  • Loading branch information
m-ronnblom committed May 19, 2022
1 parent 1faf230 commit 2d05d1d
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], [0])
m4_define([paf_patch_version], [1])
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.0 [Implementation]
* @version 1.1.1 [Implementation]
*
* @section overview Overview
*
Expand Down

0 comments on commit 2d05d1d

Please sign in to comment.