curb 1.2.2 → 1.3.0

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 CHANGED
@@ -28,11 +28,11 @@
28
28
  #include "curb_macros.h"
29
29
 
30
30
  // These should be managed from the Rake 'release' task.
31
- #define CURB_VERSION "1.2.2"
32
- #define CURB_VER_NUM 1022
31
+ #define CURB_VERSION "1.3.0"
32
+ #define CURB_VER_NUM 1030
33
33
  #define CURB_VER_MAJ 1
34
- #define CURB_VER_MIN 2
35
- #define CURB_VER_MIC 2
34
+ #define CURB_VER_MIN 3
35
+ #define CURB_VER_MIC 0
36
36
  #define CURB_VER_PATCH 0
37
37
 
38
38