]> wimlib.net Git - wimlib/blobdiff - src/wimlib.h
wimfs_rename(): Use path_basename(to)
[wimlib] / src / wimlib.h
index 1b476be24763990d6112f2b479561feb7b89dc76..a3066b096f3ad3fbd59bf5571ded8fbf4e1342d1 100644 (file)
@@ -31,7 +31,7 @@
  *
  * \section intro Introduction
  *
- * This is the documentation for the library interface of wimlib 1.2.1.  If you
+ * This is the documentation for the library interface of wimlib 1.2.3.  If you
  * have installed wimlib and want to know how to use the @c imagex program,
  * please see the man pages instead.
  *
 
 #define WIMLIB_MAJOR_VERSION 1
 #define WIMLIB_MINOR_VERSION 2
-#define WIMLIB_PATCH_VERSION 1
+#define WIMLIB_PATCH_VERSION 3
 
 /**
  * Opaque structure that represents a WIM file.  This is an in-memory structure