summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-27 07:38:12 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-27 07:38:12 +0000
commit9e4e7771662043a56f2588aff2d3263401bd0997 (patch)
treee109007f0181c578349992be5dc63797e4f26c82 /version.h
parent331fea278b05d4ef32c271d000192288f505f494 (diff)
merge revision(s) 55232: [Backport #12823]
crypt.c: protoize * missing/crypt.c: protoize function definitions and make always-zero functions void. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@56503 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 1d94105700..0bc1804c50 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.2.6"
#define RUBY_RELEASE_DATE "2016-10-27"
-#define RUBY_PATCHLEVEL 381
+#define RUBY_PATCHLEVEL 382
#define RUBY_RELEASE_YEAR 2016
#define RUBY_RELEASE_MONTH 10