Skip to content

Commit

Permalink
Require Groonga 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 25, 2017
1 parent 33ce669 commit 63a6ade
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 @@ -16,17 +16,17 @@

module RroongaBuild
module RequiredGroongaVersion
MAJOR = 6
MINOR = 1
MICRO = 1
MAJOR = 7
MINOR = 0
MICRO = 2
VERSION = [MAJOR, MINOR, MICRO]
RELEASED_DATE = Time.utc(2016, 11, 29)
RELEASED_DATE = Time.utc(2017, 4, 29)
end

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

Expand Down

0 comments on commit 63a6ade

Please sign in to comment.