Skip to content

Commit

Permalink
ready for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
taf2 committed Mar 20, 2011
1 parent cdfe773 commit ee8c176
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.14'
s.date = '2011-03-17'
s.version = '0.7.15'
s.date = '2011-03-20'
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 = 'todd.fisher@gmail.com'
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.14"
#define CURB_VER_NUM 712
#define CURB_VERSION "0.7.15"
#define CURB_VER_NUM 715
#define CURB_VER_MAJ 0
#define CURB_VER_MIN 7
#define CURB_VER_MIC 1
#define CURB_VER_PATCH 4
#define CURB_VER_PATCH 5


// Maybe not yet defined in Ruby
Expand Down

0 comments on commit ee8c176

Please sign in to comment.