Skip to content

Commit

Permalink
Bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Sep 3, 2009
1 parent 9ce0089 commit d09f0cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions barracuda.gemspec
@@ -1,7 +1,7 @@
SPEC = Gem::Specification.new do |s|
s.name = "barracuda"
s.version = "1.0"
s.date = "2009-08-30"
s.version = "1.1"
s.date = "2009-09-02"
s.author = "Loren Segal"
s.email = "lsegal@soen.ca"
s.homepage = "http://github.com/lsegal/barracuda"
Expand Down
2 changes: 1 addition & 1 deletion ext/barracuda.c
Expand Up @@ -40,7 +40,7 @@ static cl_device_id device_id = NULL;
static cl_context context = NULL;
static int err;

#define VERSION_STRING "1.0"
#define VERSION_STRING "1.1"

struct program {
cl_program program;
Expand Down

0 comments on commit d09f0cb

Please sign in to comment.