]> wimlib.net Git - wimlib/blobdiff - include/wimlib.h
Update version to v1.7.1-BETA
[wimlib] / include / wimlib.h
index 23c53ad68bf2affac160ab0dcf995d774c798a32..ecb7635304489b5f755267dc179fb0712b7ba7f9 100644 (file)
@@ -31,7 +31,7 @@
 /**
  * @mainpage
  *
- * This is the documentation for the library interface of wimlib 1.7.0, a C
+ * This is the documentation for the library interface of wimlib 1.7.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
 #define WIMLIB_MINOR_VERSION 7
 
 /** 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" {