curb 0.7.13 → 0.7.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|