Skip to content

Commit

Permalink
r11545@ruby: shyouhei | 2007-01-11 02:07:53 +0900
Browse files Browse the repository at this point in the history
 revert 11533


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
shyouhei committed Jan 14, 2007
1 parent f88a64d commit 0af7196
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Sun Jan 14 07:26:44 2007 Masaki Suketa <masaki.suketa@nifty.ne.jp>

* ext/win32ole/win32ole.c (ole_free, ole_type_free,
olemethod_free, olevariable_free, oleparam_free,
ole_event_free): fix memory leak. [ruby-core:09846]

Tue Jan 9 12:29:20 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>

* ext/etc/etc.c (etc_getpwuid, etc_getgrgid): fix to correctly
Expand Down
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#define RUBY_VERSION "1.8.5"
#define RUBY_RELEASE_DATE "2007-01-09"
#define RUBY_RELEASE_DATE "2007-01-14"
#define RUBY_VERSION_CODE 185
#define RUBY_RELEASE_CODE 20070109
#define RUBY_RELEASE_CODE 20070114
#define RUBY_PATCHLEVEL 15

#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8
#define RUBY_VERSION_TEENY 5
#define RUBY_RELEASE_YEAR 2007
#define RUBY_RELEASE_MONTH 1
#define RUBY_RELEASE_DAY 9
#define RUBY_RELEASE_DAY 14

RUBY_EXTERN const char ruby_version[];
RUBY_EXTERN const char ruby_release_date[];
Expand Down

0 comments on commit 0af7196

Please sign in to comment.