Skip to content

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
unexist committed Jun 15, 2012
1 parent a59bc9b commit 88b817e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ end
"builddir" => "build",
"hdrdir" => "",
"archdir" => "",
"revision" => "3008", #< Latest stable
"revision" => "3216", #< Latest stable
"cflags" => "-Wall -Werror -Wpointer-arith -Wstrict-prototypes -Wunused -Wshadow -std=gnu99",
"cpppath" => "-I. -I$(builddir) -Isrc -Isrc/shared -Isrc/subtle -idirafter$(hdrdir) -idirafter$(archdir)",
"ldflags" => "-L$(libdir) $(rpath) $(LIBS) -l$(RUBY_SO_NAME)",
Expand All @@ -73,7 +73,7 @@ end

@defines = {
"PKG_NAME" => "subtle",
"PKG_VERSION" => "0.10.$(revision)",
"PKG_VERSION" => "0.11.$(revision)",
"PKG_BUGREPORT" => "http://subforge.org/projects/subtle/issues",
"PKG_CONFIG" => "subtle.rb",
"RUBY_VERSION" => "$(MAJOR).$(MINOR).$(TEENY)"
Expand Down

0 comments on commit 88b817e

Please sign in to comment.