Skip to content

Commit

Permalink
Require Groonga 4.0.0 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 8, 2014
1 parent 89bb605 commit ab6bba3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions rroonga-build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@

module RroongaBuild
module RequiredGroongaVersion
MAJOR = 3
MINOR = 1
MICRO = 2
MAJOR = 4
MINOR = 0
MICRO = 0
VERSION = [MAJOR, MINOR, MICRO]
RELEASED_DATE = Time.utc(2014, 1, 29)
RELEASED_DATE = Time.utc(2014, 2, 9)
end

module LatestGroongaVersion
MAJOR = 3
MINOR = 1
MICRO = 2
MAJOR = 4
MINOR = 0
MICRO = 0
VERSION = [MAJOR, MINOR, MICRO]
end

Expand Down

0 comments on commit ab6bba3

Please sign in to comment.