Skip to content

Commit

Permalink
update the version
Browse files Browse the repository at this point in the history
  • Loading branch information
taf2 committed Nov 4, 2011
1 parent e6a1f1a commit 8250161
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.7.16
* Improve stablity, avoid bus errors when raising in callbacks
* Allow Content-Length header when sending a PUT request
* Better handling of cacert
* Support CURLOPT_IPRESOLVE
Expand Down
6 changes: 3 additions & 3 deletions ext/curb.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
#include "curb_macros.h"

// These should be managed from the Rake 'release' task.
#define CURB_VERSION "0.7.15"
#define CURB_VER_NUM 715
#define CURB_VERSION "0.7.16"
#define CURB_VER_NUM 716
#define CURB_VER_MAJ 0
#define CURB_VER_MIN 7
#define CURB_VER_MIC 1
#define CURB_VER_PATCH 5
#define CURB_VER_PATCH 6


// Maybe not yet defined in Ruby
Expand Down

0 comments on commit 8250161

Please sign in to comment.