[svn:parrot] r46772 - trunk/tools/util

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Tue May 18 18:19:51 UTC 2010


Author: whiteknight
Date: Tue May 18 18:19:51 2010
New Revision: 46772
URL: https://trac.parrot.org/parrot/changeset/46772

Log:
fix two typos in release.json. Tried to do that step too early in the morning.

Modified:
   trunk/tools/util/release.json

Modified: trunk/tools/util/release.json
==============================================================================
--- trunk/tools/util/release.json	Tue May 18 17:53:18 2010	(r46771)
+++ trunk/tools/util/release.json	Tue May 18 18:19:51 2010	(r46772)
@@ -1,6 +1,6 @@
 {
     "release.version"  : "2.4.0",
-    "release.name"     : "Sulfer Crest",
+    "release.name"     : "Sulfur Crest",
     "release.day"      : "Tuesday",
     "release.date"     : "18 May 2010",
     "release.nextdate" : "15 June 2010",
@@ -17,7 +17,7 @@
     "wiki.bugday"      : "bug_day_2010_06_12",
 
     "cpan.search"      : "http://search.cpan.org/dist/parrot",
-    "ftp.path"         : "ftp://ftp.parrot.org/pub/parrot/releases/devel/2.4.0/
+    "ftp.path"         : "ftp://ftp.parrot.org/pub/parrot/releases/devel/2.4.0/",
     "subversion.root"  : "http://subversion.apache.org/",
     "svk.root"         : "http://svk.bestpractical.com/"
 }


More information about the parrot-commits mailing list