8000 2003-03-26 · documenting-ruby/ruby@5a285c0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5a285c0

Browse files
committed
2003-03-26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 32eb0d1 commit 5a285c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

version.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#define RUBY_VERSION "1.6.8"
2-
#define RUBY_RELEASE_DATE "2003-03-23"
2+
#define RUBY_RELEASE_DATE "2003-03-26"
33
#define RUBY_VERSION_CODE 168
4-
#define RUBY_RELEASE_CODE 20030323
4+
#define RUBY_RELEASE_CODE 20030326
55

66
#define RUBY_VERSION_MAJOR 1
77
#define RUBY_VERSION_MINOR 6
88
#define RUBY_VERSION_TEENY 8
99
#define RUBY_RELEASE_YEAR 2003
10-
#define RUBY_RELEASE_MONTH 03
11-
#define RUBY_RELEASE_DAY 23
10+
#define RUBY_RELEASE_MONTH 3
11+
#define RUBY_RELEASE_DAY 26

0 commit comments

Comments
 (0)
0