summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-27 11:24:04 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-27 11:24:04 +0000
commit10f820b18d8c6011a7f98e56ac859903c56b15e6 (patch)
tree6903c4a0b75866af7059b08351e9402cc13cbf9d /version.h
parent26c0acf5a77e122fb3f4a25b924bc3982dfb1408 (diff)
merge revision(s) 48161:
* lib/rexml/entity.rb: keep the entity size within the limitation. reported by Willis Vandevanter <will@silentrobots.com> and patched by nahi. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@48164 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
-rw-r--r--version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/version.h b/version.h
index 74cbca8ecd..923231cba1 100644
--- a/version.h
+++ b/version.h
@@ -1,10 +1,10 @@
#define RUBY_VERSION "1.9.3"
-#define RUBY_PATCHLEVEL 549
+#define RUBY_PATCHLEVEL 550
-#define RUBY_RELEASE_DATE "2014-10-24"
+#define RUBY_RELEASE_DATE "2014-10-27"
#define RUBY_RELEASE_YEAR 2014
#define RUBY_RELEASE_MONTH 10
-#define RUBY_RELEASE_DAY 24
+#define RUBY_RELEASE_DAY 27
#include "ruby/version.h"