X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib.h;h=b7bb0bc605a1bf74590ac5344b41149e1293b445;hp=cd341e694cc73c0898c48a3126922110a596d913;hb=37d9c3935130128901f6eee8d7531d8ae4b1bca6;hpb=b4d8b14450c1f36ad07706888d9042bce5d9c2e0 diff --git a/include/wimlib.h b/include/wimlib.h index cd341e69..b7bb0bc6 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.9.0, a C + * This is the documentation for the library interface of wimlib 1.9.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 @@ -401,7 +401,7 @@ #define WIMLIB_MINOR_VERSION 9 /** 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" {