Explorar el Código

Bumped minor version to v2.3

Christopher Haster hace 5 años
padre
commit
288a5cbc8d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lfs.h

+ 1 - 1
lfs.h

@@ -22,7 +22,7 @@ extern "C"
 // Software library version
 // Major (top-nibble), incremented on backwards incompatible changes
 // Minor (bottom-nibble), incremented on feature additions
-#define LFS_VERSION 0x00020002
+#define LFS_VERSION 0x00020003
 #define LFS_VERSION_MAJOR (0xffff & (LFS_VERSION >> 16))
 #define LFS_VERSION_MINOR (0xffff & (LFS_VERSION >>  0))