summaryrefslogtreecommitdiffstats
path: root/version.h
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-22 00:53:58 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-22 00:53:58 +0000
commit62faa31052c363ac8fb32eb4a65f99e793c0bd48 (patch)
treef184936156d6c07d63df5ba74b61f9481ce7e671 /version.h
parent93a0db20b61344b45f676cf8bfe9aa3c89e04d49 (diff)
downloadruby-62faa31052c363ac8fb32eb4a65f99e793c0bd48.tar.gz
ruby-62faa31052c363ac8fb32eb4a65f99e793c0bd48.tar.xz
ruby-62faa31052c363ac8fb32eb4a65f99e793c0bd48.zip
* bcc32/{Makefile.sub,setup.mak}: remove surplus slash from srcdir.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6@13160 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 35ef3c393..238b3b3de 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2007-08-22"
#define RUBY_VERSION_CODE 186
#define RUBY_RELEASE_CODE 20070822
-#define RUBY_PATCHLEVEL 54
+#define RUBY_PATCHLEVEL 55
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8