From 42d49e04e33b72c7078e9327392289c7f48858eb Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Fri, 23 Dec 2016 21:31:50 -0500 Subject: [PATCH] Update docs version. --- doc/libpwmd.3 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/libpwmd.3 b/doc/libpwmd.3 index 309dff96..0bff2ef9 100644 --- a/doc/libpwmd.3 +++ b/doc/libpwmd.3 @@ -1,4 +1,4 @@ -.TH "libpwmd.h" 3 "Sun Nov 6 2016" "Version 8.0.1" "libpwmd" \" -*- nroff -*- +.TH "libpwmd.h" 3 "Fri Dec 23 2016" "Version 8.1.0" "libpwmd" \" -*- nroff -*- .ad l .nh .SH NAME @@ -157,19 +157,19 @@ libgpg-error returns an error code as a bitmask of an error source and the error .RI "#define \fBGPG_ERR_SOURCE_DEFAULT\fP GPG_ERR_SOURCE_USER_2" .br .ti -1c -.RI "#define \fBLIBPWMD_VERSION\fP 0x080001" +.RI "#define \fBLIBPWMD_VERSION\fP 0x080100" .br .ti -1c .RI "#define \fBLIBPWMD_VERSION_MAJOR\fP 8" .br .ti -1c -.RI "#define \fBLIBPWMD_VERSION_MINOR\fP 0" +.RI "#define \fBLIBPWMD_VERSION_MINOR\fP 1" .br .ti -1c -.RI "#define \fBLIBPWMD_VERSION_PATCH\fP 1" +.RI "#define \fBLIBPWMD_VERSION_PATCH\fP 0" .br .ti -1c -.RI "#define \fBLIBPWMD_VERSION_STR\fP '8\&.0\&.1\-dev'" +.RI "#define \fBLIBPWMD_VERSION_STR\fP '8\&.1\&.0\-dev'" .br .ti -1c .RI "#define \fBPWMD_FEATURE_PINENTRY\fP" @@ -315,7 +315,7 @@ libgpg-error returns an error code as a bitmask of an error source and the error .in -1c .SH "Constant Details" .PP -.SS "#define LIBPWMD_VERSION 0x080001" +.SS "#define LIBPWMD_VERSION 0x080100" .PP Version information\&. The version of this library\&. @@ -323,15 +323,15 @@ Version information\&. The version of this library\&. .PP Version information\&. The major release number of this library\&. -.SS "#define LIBPWMD_VERSION_MINOR 0" +.SS "#define LIBPWMD_VERSION_MINOR 1" .PP Version information\&. The minor release number of this library\&. -.SS "#define LIBPWMD_VERSION_PATCH 1" +.SS "#define LIBPWMD_VERSION_PATCH 0" .PP Version information\&. The patch level of this library\&. -.SS "#define LIBPWMD_VERSION_STR '8\&.0\&.1\-dev'" +.SS "#define LIBPWMD_VERSION_STR '8\&.1\&.0\-dev'" .PP Version information\&. A string representation of the version of this library\&. -- 2.11.4.GIT