浏览代码

Bumped minor version to v2.3

Christopher Haster 5 年之前
父节点
当前提交
288a5cbc8d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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))