Browse Source

Updating to neon 0.36.0

Source commit: b7b0b970b6358ebef5768ddba3cc21c96dd8203f
Martin Prikryl 1 week ago
parent
commit
59158544fc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      libs/neon/src/config.h

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

@@ -28,9 +28,9 @@
 
 #ifdef WIN32
 
-#define NEON_VERSION "0.35.0"
+#define NEON_VERSION "0.36.0"
 #define NE_VERSION_MAJOR (0)
-#define NE_VERSION_MINOR (35)
+#define NE_VERSION_MINOR (36)
 
 #define PACKAGE_NAME "neon"