Skip to content

Commit

Permalink
update to 0.7.17
Browse files Browse the repository at this point in the history
  • Loading branch information
taf2 committed Jan 9, 2012
1 parent 43d7984 commit ef8ca87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions curb.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Gem::Specification.new do |s|
s.name = "curb"
s.authors = ["Ross Bamford", "Todd A. Fisher"]
s.version = '0.7.16'
s.date = '2011-11-03'
s.version = '0.7.17'
s.date = '2012-01-09'
s.description = %q{Curb (probably CUrl-RuBy or something) provides Ruby-language bindings for the libcurl(3), a fully-featured client-side URL transfer library. cURL and libcurl live at http://curl.haxx.se/}
s.email = '[email protected]'
s.extra_rdoc_files = ['LICENSE', 'README']
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.16"
#define CURB_VER_NUM 716
#define CURB_VERSION "0.7.17"
#define CURB_VER_NUM 717
#define CURB_VER_MAJ 0
#define CURB_VER_MIN 7
#define CURB_VER_MIC 1
#define CURB_VER_PATCH 6
#define CURB_VER_PATCH 7


// Maybe not yet defined in Ruby
Expand Down

0 comments on commit ef8ca87

Please sign in to comment.