summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-04 06:34:10 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-04 06:34:10 +0000
commitd6c6653490e101ded061a0bfca2e49bac91cb907 (patch)
tree314693683aa1d37b9576e3c60561cb3ee191f45d /version.h
parent1a70fe690870fc90bdd7702f9637cd953ad6a522 (diff)
merge revision(s) 23240:
* lib/mkmf.rb (init_mkmf): needs default library path even if cross compiling. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23240 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Signed-off-by: URABE, Shyouhei <shyouhei@ruby-lang.org> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@30081 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index ccf97b50da..2b6c361b0a 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2010-12-04"
#define RUBY_VERSION_CODE 187
#define RUBY_RELEASE_CODE 20101204
-#define RUBY_PATCHLEVEL 328
+#define RUBY_PATCHLEVEL 329
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8