curb 0.7.13 → 0.7.14
Sign up to get free protection for your applications and to get access to all the features.
- data/ext/curb.h +2 -2
- metadata +1 -1
data/ext/curb.h
CHANGED
@@ -20,12 +20,12 @@
|
|
20
20
|
#include "curb_macros.h"
|
21
21
|
|
22
22
|
// These should be managed from the Rake 'release' task.
|
23
|
-
#define CURB_VERSION "0.7.
|
23
|
+
#define CURB_VERSION "0.7.14"
|
24
24
|
#define CURB_VER_NUM 712
|
25
25
|
#define CURB_VER_MAJ 0
|
26
26
|
#define CURB_VER_MIN 7
|
27
27
|
#define CURB_VER_MIC 1
|
28
|
-
#define CURB_VER_PATCH
|
28
|
+
#define CURB_VER_PATCH 4
|
29
29
|
|
30
30
|
|
31
31
|
// Maybe not yet defined in Ruby
|