summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'version.h')
-rw-r--r--version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/version.h b/version.h
index a39b9b326d..cbd38a69eb 100644
--- a/version.h
+++ b/version.h
@@ -1,13 +1,13 @@
#define RUBY_VERSION "1.9.1"
-#define RUBY_PATCHLEVEL 428
+#define RUBY_PATCHLEVEL 429
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 9
#define RUBY_VERSION_TEENY 1
#define RUBY_RELEASE_YEAR 2010
#define RUBY_RELEASE_MONTH 7
-#define RUBY_RELEASE_DAY 1
-#define RUBY_RELEASE_DATE "2010-07-01"
+#define RUBY_RELEASE_DAY 2
+#define RUBY_RELEASE_DATE "2010-07-02"
#ifdef RUBY_EXTERN
RUBY_EXTERN const char ruby_version[];