Ver Fonte

Bumped minor version to v2.5

Christopher Haster há 3 anos atrás
pai
commit
148e312ea3
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      lfs.h

+ 1 - 1
lfs.h

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