ext/curb.h in taf2-curb-0.4.1.0 vs ext/curb.h in taf2-curb-0.4.2.0
- old
+ new
@@ -18,14 +18,14 @@
#include "curb_multi.h"
#include "curb_macros.h"
// These should be managed from the Rake 'release' task.
-#define CURB_VERSION "0.4.1.0"
-#define CURB_VER_NUM 410
+#define CURB_VERSION "0.4.2.0"
+#define CURB_VER_NUM 420
#define CURB_VER_MAJ 0
#define CURB_VER_MIN 4
-#define CURB_VER_MIC 1
+#define CURB_VER_MIC 2
#define CURB_VER_PATCH 0
// Maybe not yet defined in Ruby
#ifndef RSTRING_LEN