ext/curb.h in curb-0.7.13 vs ext/curb.h in curb-0.7.14

- old
+ new

@@ -18,15 +18,15 @@ #include "curb_multi.h" #include "curb_macros.h" // These should be managed from the Rake 'release' task. -#define CURB_VERSION "0.7.13" +#define CURB_VERSION "0.7.14" #define CURB_VER_NUM 712 #define CURB_VER_MAJ 0 #define CURB_VER_MIN 7 #define CURB_VER_MIC 1 -#define CURB_VER_PATCH 3 +#define CURB_VER_PATCH 4 // Maybe not yet defined in Ruby #ifndef RSTRING_LEN #define RSTRING_LEN(x) RSTRING(x)->len