summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-24 15:06:59 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-24 15:06:59 +0000
commite903ebb335f762db6a0015a7375fb9760bde38db (patch)
tree14b7feba85a38dd27cc6360f02f26b3e382fa3b3 /version.h
parentcdd72bedf42048e35540b72a742d470b76770279 (diff)
merge revision(s) 19511:
* lib/rexml/formatters/pretty.rb (REXML::Formatters::Pretty#wrap): abandon wrapping if the line contains no space. [ruby-dev:36045] fix: #342 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@21757 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 ffad6fd071..1e0cb825ec 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2009-01-25"
#define RUBY_VERSION_CODE 186
#define RUBY_RELEASE_CODE 20090125
-#define RUBY_PATCHLEVEL 308
+#define RUBY_PATCHLEVEL 309
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8