summaryrefslogtreecommitdiffstats
path: root/version.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-28 14:53:03 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-28 14:53:03 +0000
commit89f28659e34e33a43534804940221cae59c45fde (patch)
tree04c86fdc23977576a139f791eff5ed9795836089 /version.h
parent3f88a70f490a3af921bc990461fbf54c7d2435d3 (diff)
downloadruby-89f28659e34e33a43534804940221cae59c45fde.tar.gz
ruby-89f28659e34e33a43534804940221cae59c45fde.tar.xz
ruby-89f28659e34e33a43534804940221cae59c45fde.zip
* pack.c (pack_unpack): change names of local variables because their
names are overlapped. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2609 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 abb17fda0..625bc3eaa 100644
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
#define RUBY_VERSION "1.7.2"
-#define RUBY_RELEASE_DATE "2002-06-26"
+#define RUBY_RELEASE_DATE "2002-06-28"
#define RUBY_VERSION_CODE 172
-#define RUBY_RELEASE_CODE 20020626
+#define RUBY_RELEASE_CODE 20020628