Navigation Menu

Skip to content

Commit

Permalink
Bump required Groonga version
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 4, 2014
1 parent 1e46bcb commit c705253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rroonga-build.rb
Expand Up @@ -19,15 +19,15 @@ module RroongaBuild
module RequiredGroongaVersion
MAJOR = 4
MINOR = 0
MICRO = 0 # TODO: It should be updated when Groonga 4.0.1 is released.
MICRO = 1
VERSION = [MAJOR, MINOR, MICRO]
RELEASED_DATE = Time.utc(2014, 3, 29)
end

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

Expand Down

0 comments on commit c705253

Please sign in to comment.