X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib.h;h=71b2c4a65b24e797fff3bb82f1917a021f219f97;hb=refs%2Ftags%2Fv1.13.3;hp=521b32fbd99d4f1596be4e7fac6a8db9f9f033c4;hpb=bdd51aef6914cd585f86b0404ef5e8bb2c1c8eab;p=wimlib diff --git a/include/wimlib.h b/include/wimlib.h index 521b32fb..71b2c4a6 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -11,7 +11,7 @@ /** * @mainpage * - * This is the documentation for the library interface of wimlib 1.13.1, a C + * This is the documentation for the library interface of wimlib 1.13.3, a C * library for creating, modifying, extracting, and mounting files in the * Windows Imaging (WIM) format. This documentation is intended for developers * only. If you have installed wimlib and want to know how to use the @b @@ -411,7 +411,7 @@ #define WIMLIB_MINOR_VERSION 13 /** Patch version of the library (for example, the 5 in 1.2.5). */ -#define WIMLIB_PATCH_VERSION 1 +#define WIMLIB_PATCH_VERSION 3 #ifdef __cplusplus extern "C" {