]> wimlib.net Git - wimlib/blobdiff - src/wimlib.h
Update version number to 1.4.0; update NEWS
[wimlib] / src / wimlib.h
index 9ffcc6ca33033e9b62dd83a6ffed52f33b7468cb..c4635e89e5470c85b1118d5111fb76aeef8eb917 100644 (file)
@@ -31,7 +31,7 @@
  *
  * \section intro Introduction
  *
- * This is the documentation for the library interface of wimlib 1.3.3.  If you
+ * This is the documentation for the library interface of wimlib 1.4.0.  If you
  * have installed wimlib and want to know how to use the @b wimlib-imagex
  * program, please see the man pages instead.  Also: the actual project page
  * where you can download the source code for the library is at <a
 #define WIMLIB_MAJOR_VERSION 1
 
 /** Minor version of the library (for example, the 2 in 1.2.5). */
-#define WIMLIB_MINOR_VERSION 3
+#define WIMLIB_MINOR_VERSION 4
 
 /** Patch version of the library (for example, the 5 in 1.2.5). */
-#define WIMLIB_PATCH_VERSION 3
+#define WIMLIB_PATCH_VERSION 0
 
 /**
  * Opaque structure that represents a WIM file.  This is an in-memory structure