Skip to content

Commit 6b8d4ab

Browse files
author
matz
committed
* version.h (RUBY_RELEASE_DATE): finally declare start of 2.0 work!
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33483 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 34fb364 commit 6b8d4ab

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Wed Oct 19 17:06:54 2011 Yukihiro Matsumoto <matz@ruby-lang.org>
2+
3+
* version.h (RUBY_RELEASE_DATE): finally declare start of 2.0 work!
4+
15
Wed Oct 19 11:48:44 2011 Eric Hodel <drbrain@segment7.net>
26

37
* error.c (Init_Exception): Document $! and $@. Provide

version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#define RUBY_VERSION "1.9.4"
1+
#define RUBY_VERSION "2.0.0"
22
#define RUBY_RELEASE_DATE "2011-10-19"
33
#define RUBY_PATCHLEVEL -1
44
#define RUBY_BRANCH_NAME "trunk"

0 commit comments

Comments
 (0)