[groonga-commit:366] groonga [groonga (trunk) r382] * use 0.0.8.
null at cozmixng.org
null at cozmixng.org
Thu Jun 4 06:15:28 EDT 2009
retro 2009-06-04 19:15:28 +0900 (Thu, 04 Jun 2009)
New Revision: 382
Modified files:
groonga/trunk/extconf.rb
Log:
* use 0.0.8.
Modified: groonga/trunk/extconf.rb (+1 -1)
===================================================================
--- groonga/trunk/extconf.rb 2009-06-04 19:01:33 +09:00 (rev 381)
+++ groonga/trunk/extconf.rb 2009-06-04 19:15:28 +09:00 (rev 382)
@@ -35,7 +35,7 @@
module_name = "groonga"
ext_dir_name = "ext"
src_dir = File.join(File.expand_path(File.dirname(__FILE__)), ext_dir_name)
-major, minor, micro = 0, 0, 7
+major, minor, micro = 0, 0, 8
def install_groonga_locally(major, minor, micro)
require 'open-uri'
More information about the groonga-commit
mailing list