[svn:parrot] r44032 - in trunk: . docs tools/util

darbelo at svn.parrot.org darbelo at svn.parrot.org
Tue Feb 16 17:43:53 UTC 2010


Author: darbelo
Date: Tue Feb 16 17:43:52 2010
New Revision: 44032
URL: https://trac.parrot.org/parrot/changeset/44032

Log:
Bump version numbers for the release.

Modified:
   trunk/ChangeLog
   trunk/MANIFEST.generated
   trunk/META.yml
   trunk/README
   trunk/VERSION
   trunk/docs/parrothist.pod
   trunk/tools/util/release.json

Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog	Tue Feb 16 16:49:56 2010	(r44031)
+++ trunk/ChangeLog	Tue Feb 16 17:43:52 2010	(r44032)
@@ -1,5 +1,9 @@
 #1 $Id$
 
+2010.02.16     darbelo
+	* Released 2.1.0
+	See NEWS for more.
+
 2010.01.19     chromatic
 	* Released 2.0.0
 	See NEWS for more.

Modified: trunk/MANIFEST.generated
==============================================================================
--- trunk/MANIFEST.generated	Tue Feb 16 16:49:56 2010	(r44031)
+++ trunk/MANIFEST.generated	Tue Feb 16 17:43:52 2010	(r44032)
@@ -2,10 +2,10 @@
 # See tools/dev/install_files.pl for documentation on the
 # format of this file.
 # Please re-sort this file after *EVERY* modification
-blib/lib/libparrot.2.0.0.dylib                    [main]lib
+blib/lib/libparrot.2.1.0.dylib                    [main]lib
 blib/lib/libparrot.a                              [main]lib
 blib/lib/libparrot.dylib                          [main]lib
-blib/lib/libparrot.so.2.0.0                       [main]lib
+blib/lib/libparrot.so.2.1.0                       [main]lib
 blib/lib/libparrot.so                             [main]lib
 compilers/data_json/data_json.pbc                 [data_json]
 compilers/json/JSON.pbc                           [json]

Modified: trunk/META.yml
==============================================================================
--- trunk/META.yml	Tue Feb 16 16:49:56 2010	(r44031)
+++ trunk/META.yml	Tue Feb 16 17:43:52 2010	(r44032)
@@ -4,7 +4,7 @@
 # See http://module-build.sourceforge.net/META-spec-current.html for details.
 ---
 name: parrot
-version: 2.0.0
+version: 2.1.0
 author: parrot-dev at lists.parrot.org
 abstract: a virtual machine designed for dynamic languages
 license: artistic2

Modified: trunk/README
==============================================================================
--- trunk/README	Tue Feb 16 16:49:56 2010	(r44031)
+++ trunk/README	Tue Feb 16 17:43:52 2010	(r44032)
@@ -1,4 +1,4 @@
-This is Parrot, version 2.0.0
+This is Parrot, version 2.1.0
 ------------------------------
 
 Parrot is Copyright (C) 2001-2010, Parrot Foundation.

Modified: trunk/VERSION
==============================================================================
--- trunk/VERSION	Tue Feb 16 16:49:56 2010	(r44031)
+++ trunk/VERSION	Tue Feb 16 17:43:52 2010	(r44032)
@@ -1 +1 @@
-2.0.0
+2.1.0

Modified: trunk/docs/parrothist.pod
==============================================================================
--- trunk/docs/parrothist.pod	Tue Feb 16 16:49:56 2010	(r44031)
+++ trunk/docs/parrothist.pod	Tue Feb 16 17:43:52 2010	(r44032)
@@ -103,5 +103,5 @@
  Gerd        1.9.0          2009-Dec-15     "Blue-fronted Amazon"
 
  chromatic   2.0.0 *        2010-Jan-19     "Inevitable"
-
+ darbelo     2.1.0          2010-Feb-26     "As Scheduled"
 =cut

Modified: trunk/tools/util/release.json
==============================================================================
--- trunk/tools/util/release.json	Tue Feb 16 16:49:56 2010	(r44031)
+++ trunk/tools/util/release.json	Tue Feb 16 17:43:52 2010	(r44032)
@@ -2,8 +2,8 @@
     "release.version"  : "2.0.0",
     "release.name"     : "Inevitable",
     "release.day"      : "Tuesday",
-    "release.date"     : "19 January 2010",
-    "release.nextdate" : "16 Februuary 2010",
+    "release.date"     : "16 Februuary 2010",
+    "release.nextdate" : "16 March 2010",
 
     "web.root"         : "http://parrot.org/",
     "web.source"       : "download",
@@ -11,13 +11,13 @@
     "web.repository"   : "https://svn.parrot.org/parrot/trunk/",
 
     "bugday.day"       : "Saturday",
-    "bugday.date"      : "14 February 2010",
+    "bugday.date"      : "13 March 2010",
 
     "wiki.root"        : "https://trac.parrot.org/parrot/wiki/",
-    "wiki.bugday"      : "bug_day_2010_02_14",
+    "wiki.bugday"      : "bug_day_2010_03_13",
 
     "cpan.search"      : "http://search.cpan.org/dist/parrot",
-    "ftp.path"         : "ftp://ftp.parrot.org/pub/parrot/releases/stable/2.0.0/",
+    "ftp.path"         : "ftp://ftp.parrot.org/pub/parrot/devel/stable/2.1.0/",
     "subversion.root"  : "http://subversion.tigris.org/",
     "svk.root"         : "http://svk.bestpractical.com/"
 }


More information about the parrot-commits mailing list