X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib.h;h=6a1fbde6df13394577a98db27e56f78d5dc3119f;hb=e2fb429bf5041bcf5cde3f523bb7f2543586c0f9;hp=4743f0fa31f01aeb06b4b255534db36079456663;hpb=a69a213a7f2727ea9db6442c54e9d4395845460f;p=wimlib diff --git a/include/wimlib.h b/include/wimlib.h index 4743f0fa..6a1fbde6 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.8.3, a C + * This is the documentation for the library interface of wimlib 1.9.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 @@ -377,10 +377,10 @@ #define WIMLIB_MAJOR_VERSION 1 /** Minor version of the library (for example, the 2 in 1.2.5). */ -#define WIMLIB_MINOR_VERSION 8 +#define WIMLIB_MINOR_VERSION 9 /** Patch version of the library (for example, the 5 in 1.2.5). */ -#define WIMLIB_PATCH_VERSION 3 +#define WIMLIB_PATCH_VERSION 0 #ifdef __cplusplus extern "C" { @@ -1746,14 +1746,14 @@ typedef int (*wimlib_iterate_lookup_table_callback_t)(const struct wimlib_resour #define WIMLIB_ADD_FLAG_TEST_FILE_EXCLUSION 0x00004000 /** - * EXPERIMENTAL, since wimlib v1.9.0: create a temporary filesystem snapshot of - * the source directory and add the files from it. Currently, this option is - * only supported on Windows, where it uses the Volume Shadow Copy Service - * (VSS). Using this option, you can create a consistent backup of the system - * volume of a running Windows system without running into problems with locked - * files. For the VSS snapshot to be successfully created, your application - * must be run as an Administrator, and it cannot be run in WoW64 mode (i.e. if - * Windows is 64-bit, then your application must be 64-bit as well). + * Since wimlib v1.9.0: create a temporary filesystem snapshot of the source + * directory and add the files from it. Currently, this option is only + * supported on Windows, where it uses the Volume Shadow Copy Service (VSS). + * Using this option, you can create a consistent backup of the system volume of + * a running Windows system without running into problems with locked files. + * For the VSS snapshot to be successfully created, your application must be run + * as an Administrator, and it cannot be run in WoW64 mode (i.e. if Windows is + * 64-bit, then your application must be 64-bit as well). */ #define WIMLIB_ADD_FLAG_SNAPSHOT 0x00008000