X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib.h;h=09bf1052331b0369fecf6de5b8711621e30c6760;hb=refs%2Ftags%2Fv1.10.0;hp=277932d61cc8f340cac5ac6b281d58051fea2aaa;hpb=f2e360a90b9520928821928d2fa882ab1da15ba3;p=wimlib diff --git a/include/wimlib.h b/include/wimlib.h index 277932d6..09bf1052 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.2, a C + * This is the documentation for the library interface of wimlib 1.10.0, 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 @@ -399,10 +399,10 @@ #define WIMLIB_MAJOR_VERSION 1 /** Minor version of the library (for example, the 2 in 1.2.5). */ -#define WIMLIB_MINOR_VERSION 9 +#define WIMLIB_MINOR_VERSION 10 /** Patch version of the library (for example, the 5 in 1.2.5). */ -#define WIMLIB_PATCH_VERSION 2 +#define WIMLIB_PATCH_VERSION 0 #ifdef __cplusplus extern "C" {