summaryrefslogtreecommitdiffstats
path: root/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'version.h')
-rw-r--r--version.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/version.h b/version.h
index f66b7486f..4d96118a2 100644
--- a/version.h
+++ b/version.h
@@ -1,17 +1,19 @@
#define RUBY_VERSION "1.9.0"
-#define RUBY_RELEASE_DATE "2007-02-28"
+#define RUBY_RELEASE_DATE "2007-03-01"
#define RUBY_VERSION_CODE 190
-#define RUBY_RELEASE_CODE 20070228
+#define RUBY_RELEASE_CODE 20070301
#define RUBY_PATCHLEVEL 0
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 9
#define RUBY_VERSION_TEENY 0
#define RUBY_RELEASE_YEAR 2007
-#define RUBY_RELEASE_MONTH 2
-#define RUBY_RELEASE_DAY 28
+#define RUBY_RELEASE_MONTH 3
+#define RUBY_RELEASE_DAY 1
+#ifdef RUBY_EXTERN
RUBY_EXTERN const char ruby_version[];
RUBY_EXTERN const char ruby_release_date[];
RUBY_EXTERN const char ruby_platform[];
RUBY_EXTERN const int ruby_patchlevel;
+#endif