Forráskód Böngészése

Correcting neon version in About box and logs

Source commit: 2a7763c05b2e41ae081b84210d6ae6506bbbd9c3
Martin Prikryl 1 éve
szülő
commit
0b6ef7fdee
1 módosított fájl, 2 hozzáadás és 2 törlés
  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.32.5"
+#define NEON_VERSION "0.33.0"
 #define NE_VERSION_MAJOR (0)
-#define NE_VERSION_MINOR (32)
+#define NE_VERSION_MINOR (33)
 
 #define HAVE_ERRNO_H
 #define HAVE_LIMITS_H