ソースを参照

Updating neon version

Source commit: 50a20b79b65ba8179ddcf086f8cc8733b5e80265
Martin Prikryl 5 年 前
コミット
fb1d1c37fa
1 ファイル変更2 行追加2 行削除
  1. 2 2
      libs/neon/src/config.h

+ 2 - 2
libs/neon/src/config.h

@@ -25,9 +25,9 @@
 
 #ifdef WIN32
 
-#define NEON_VERSION "0.30.2"
+#define NEON_VERSION "0.31.0"
 #define NE_VERSION_MAJOR (0)
-#define NE_VERSION_MINOR (30)
+#define NE_VERSION_MINOR (31)
 
 #define HAVE_ERRNO_H
 #define HAVE_LIMITS_H