Procházet zdrojové kódy

Updating neon version to 0.32.1

Source commit: b3e2740d7c7898d05c84199fbe5b42e8316131a8
Martin Prikryl před 4 roky
rodič
revize
3310e683e2
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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.31.2"
+#define NEON_VERSION "0.32.1"
 #define NE_VERSION_MAJOR (0)
-#define NE_VERSION_MINOR (31)
+#define NE_VERSION_MINOR (32)
 
 #define HAVE_ERRNO_H
 #define HAVE_LIMITS_H