summaryrefslogtreecommitdiffstats
path: root/version.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-04-26 00:38:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-04-26 00:38:44 +0000
commit449ed9836b65dc942d380badd664507bbcd6baaf (patch)
tree2fde9c8a27be9bdc53e5ac3658c226b35ac3e334 /version.h
parentda0c4aa4bcf3d4f06d40d4a656d19d558718051d (diff)
downloadruby-449ed9836b65dc942d380badd664507bbcd6baaf.tar.gz
ruby-449ed9836b65dc942d380badd664507bbcd6baaf.tar.xz
ruby-449ed9836b65dc942d380badd664507bbcd6baaf.zip
* eval.c (rb_proc_new): make Proc from C function. [new]
* intern.h (rb_proc_new): prototype. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2413 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
-rw-r--r--version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h
index 7874029ac..d1e3e7163 100644
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
#define RUBY_VERSION "1.7.2"
-#define RUBY_RELEASE_DATE "2002-04-25"
+#define RUBY_RELEASE_DATE "2002-04-26"
#define RUBY_VERSION_CODE 172
-#define RUBY_RELEASE_CODE 20020425
+#define RUBY_RELEASE_CODE 20020426