summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-12 08:35:15 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-12 08:35:15 +0000
commit289a3196224056a4367341e4310517b112830626 (patch)
treee6157a57d44ae034430f8fd8166a62f23fed0f7c
parent98c1b1d7b3b88d63bfac88f818f91ee6e187e334 (diff)
* version.h: update version number to 1.8.3.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8438 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--version.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/version.h b/version.h
index c21670bddf..16c26229c5 100644
--- a/version.h
+++ b/version.h
@@ -1,13 +1,13 @@
-#define RUBY_VERSION "1.8.2"
+#define RUBY_VERSION "1.8.3"
#define RUBY_RELEASE_DATE "2005-05-12"
-#define RUBY_VERSION_CODE 182
+#define RUBY_VERSION_CODE 183
#define RUBY_RELEASE_CODE 20050512
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8
-#define RUBY_VERSION_TEENY 2
+#define RUBY_VERSION_TEENY 3
#define RUBY_RELEASE_YEAR 2005
-#define RUBY_RELEASE_MONTH 5
+#define RUBY_RELEASE_MONTH 05
#define RUBY_RELEASE_DAY 12
RUBY_EXTERN const char ruby_version[];