X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib.h;h=35d2236f8994cf3186958deac7c992f78927d811;hp=43c38526349f9ae456c819e6d5582d3c7d189443;hb=4510c2363673a5a4e5f09defb6157781c82c2468;hpb=928c195b35671c185ac1db6e4ca6089df01e0366 diff --git a/include/wimlib.h b/include/wimlib.h index 43c38526..35d2236f 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.0, a C + * This is the documentation for the library interface of wimlib 1.13.1, 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 0 +#define WIMLIB_PATCH_VERSION 1 #ifdef __cplusplus extern "C" {