X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib.h;h=081dfca845aee487e5a2f64ec9df9e1db52abb84;hp=b43b3584dfa6bd97f04edd4151bc31888d17c8ba;hb=cb877891bfb9d911db2372444a9990aeb4bc0cdd;hpb=919731f96ba03e1ca1f656ca7e101952dbe48d39 diff --git a/include/wimlib.h b/include/wimlib.h index b43b3584..081dfca8 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -33,7 +33,7 @@ * * @section sec_intro Introduction * - * This is the documentation for the library interface of wimlib 1.5.0, a C + * This is the documentation for the library interface of wimlib 1.5.1, a C * library for creating, modifying, extracting, and mounting files in the * Windows Imaging Format. This documentation is intended for developers only. * If you have installed wimlib and want to know how to use the @b wimlib-imagex @@ -355,7 +355,7 @@ #define WIMLIB_MINOR_VERSION 5 /** 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" {