summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-25 06:06:08 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-25 06:06:08 +0000
commitc5ffd3b2dff17657cd0c7ab426a972f1fbfbae6c (patch)
tree93ff972814bffcb9b05fdb355090798abe3fec28 /version.h
parentc7b600687e37f360ee0cee91675c834f0c53f6cf (diff)
merge revision(s) 21505:
* ext/socket/extconf.rb (gai_strerror): checks if available and if returns const pointer. * ext/socket/getaddrinfo.c (gai_strerror): defines only if non available. [ruby-core:21328] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@22619 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 0d292d4b66..87413cd671 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2009-02-25"
#define RUBY_VERSION_CODE 187
#define RUBY_RELEASE_CODE 20090225
-#define RUBY_PATCHLEVEL 142
+#define RUBY_PATCHLEVEL 143
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8