Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
taf2 committed Feb 15, 2025
1 parent 50e4bee commit acb3654
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 = '1.0.8'
s.date = '2025-02-10'
s.version = '1.0.9'
s.date = '2025-02-15'
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.markdown']
Expand Down
6 changes: 3 additions & 3 deletions ext/curb.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
#include "curb_macros.h"

// These should be managed from the Rake 'release' task.
#define CURB_VERSION "1.0.8"
#define CURB_VER_NUM 1008
#define CURB_VERSION "1.0.9"
#define CURB_VER_NUM 1009
#define CURB_VER_MAJ 1
#define CURB_VER_MIN 0
#define CURB_VER_MIC 8
#define CURB_VER_MIC 9
#define CURB_VER_PATCH 0


Expand Down

0 comments on commit acb3654

Please sign in to comment.