summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-14 15:05:27 +0000
committerwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-14 15:05:27 +0000
commit63714e935a836313b16dce0e3036b747a1128d0e (patch)
treea08e35aba73c6348f68840431729e6a57aade718 /version.h
parent919887813900fa61026f072a5cbcfd7ad873ea97 (diff)
Fixes to bignum/numeric so that infinity is always greater than any num.
configure.in fixes to earlier breakage regarding using $libdir for determining lib dirs, instead of $prefix/lib. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@24107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
-rw-r--r--version.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/version.h b/version.h
index 8e57c62b6d..3998543cdc 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2009-06-08"
#define RUBY_VERSION_CODE 186
#define RUBY_RELEASE_CODE 20090608
-#define RUBY_PATCHLEVEL 378
+#define RUBY_PATCHLEVEL 379
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8
@@ -18,7 +18,3 @@ RUBY_EXTERN const char ruby_platform[];
RUBY_EXTERN const int ruby_patchlevel;
#endif
-
-
-
-