aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--template/yasmdata.rb.tmpl2
-rw-r--r--version.h6
3 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 547e160d1e..790c2f4cb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Aug 13 03:57:32 2007 Koichi Sasada <ko1@atdot.net>
+
+ * template/yasmdata.rb.tmpl: fix type and name.
+
Sat Aug 11 07:24:55 2007 Tadayoshi Funaba <tadf@dotrb.org>
* lib/date/format.rb: reverted some wrongly erased "o" options
diff --git a/template/yasmdata.rb.tmpl b/template/yasmdata.rb.tmpl
index 2e005deb64..95ad092e4f 100644
--- a/template/yasmdata.rb.tmpl
+++ b/template/yasmdata.rb.tmpl
@@ -1,7 +1,7 @@
# -*-ruby-*-
#
-module YARVCore
+class VM
class InstructionSequence
class Instruction
InsnID2NO = {
diff --git a/version.h b/version.h
index 4a682b3df5..7591e210dc 100644
--- a/version.h
+++ b/version.h
@@ -1,7 +1,7 @@
#define RUBY_VERSION "1.9.0"
-#define RUBY_RELEASE_DATE "2007-08-11"
+#define RUBY_RELEASE_DATE "2007-08-13"
#define RUBY_VERSION_CODE 190
-#define RUBY_RELEASE_CODE 20070811
+#define RUBY_RELEASE_CODE 20070813
#define RUBY_PATCHLEVEL 0
#define RUBY_VERSION_MAJOR 1
@@ -9,7 +9,7 @@
#define RUBY_VERSION_TEENY 0
#define RUBY_RELEASE_YEAR 2007
#define RUBY_RELEASE_MONTH 8
-#define RUBY_RELEASE_DAY 11
+#define RUBY_RELEASE_DAY 13
#ifdef RUBY_EXTERN
RUBY_EXTERN const char ruby_version[];