diff --git a/CREDITS b/CREDITS index a5e3b9c9e3..df2a490fef 100644 --- a/CREDITS +++ b/CREDITS @@ -107,7 +107,7 @@ E: yDNA@cpan.org N: Andrew Whitworth D: Internals development D: Documentation -D: Release manager for 0.8.2, 1.3.0, 1.5.0, 2.4.0, 2.11.0 and 3.3.0 +D: Release manager for 0.8.2, 1.3.0, 1.5.0, 2.4.0, 2.11.0, 3.3.0 and 3.10.0 E: wknight8111@gmail.com U: Whiteknight diff --git a/MANIFEST.generated b/MANIFEST.generated index 0bc7caf675..7c632b8da4 100644 --- a/MANIFEST.generated +++ b/MANIFEST.generated @@ -1,11 +1,11 @@ # 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.3.9.0.dylib [main]lib +blib/lib/libparrot.3.10.0.dylib [main]lib blib/lib/libparrot.a [main]lib blib/lib/libparrot.dylib [main]lib blib/lib/libparrot.so [main]lib -blib/lib/libparrot.so.3.9.0 [main]lib +blib/lib/libparrot.so.3.10.0 [main]lib compilers/data_json/data_json.pbc [data_json] config/gen/call_list/opengl.in [] docs/ops/bit.pod [doc] diff --git a/README b/README index 20a8a155bb..58341be16c 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is Parrot, version 3.9.0 +This is Parrot, version 3.10.0 ------------------------------ Parrot is Copyright (C) 2001-2011, Parrot Foundation. diff --git a/VERSION b/VERSION index a5c4c76339..30291cba22 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.9.0 +3.10.0 diff --git a/docs/parrothist.pod b/docs/parrothist.pod index ca8557edc2..28c653125e 100644 --- a/docs/parrothist.pod +++ b/docs/parrothist.pod @@ -133,5 +133,6 @@ Starred release numbers indicate supported releases. coke 3.7.0 2011-Aug-16 "Wanda" soh_cah_toa 3.8.0 2011-Sep-20 "Magrathea" dukeleto 3.9.0 * 2011-Oct-18 "Archaeopteryx" + Whiteknight 3.10.0 2011-Nov-15 "Apple Pi" =cut diff --git a/docs/project/release_manager_guide.pod b/docs/project/release_manager_guide.pod index 86baa19421..43b3b55837 100644 --- a/docs/project/release_manager_guide.pod +++ b/docs/project/release_manager_guide.pod @@ -513,7 +513,6 @@ Loplib_init = (void *) Parrot_DynOp_core_3_9_0; + ((Parrot_ParrotLibrary_attributes*)PMC_data(lib))->oplib_init = (void *) Parrot_DynOp_core_3_10_0; dynop_register(interp, lib); return lib; } diff --git a/tools/release/release.json b/tools/release/release.json index 013766f8cc..25f6ab0e2f 100644 --- a/tools/release/release.json +++ b/tools/release/release.json @@ -1,9 +1,9 @@ { - "release.version" : "3.9.0", - "release.name" : "Archaeopteryx", + "release.version" : "3.10.0", + "release.name" : "Apple Pi", "release.day" : "Tuesday", - "release.date" : "18 October 2011", - "release.nextdate" : "15 November 2011", + "release.date" : "15 November 2011", + "release.nextdate" : "20 December 2011", "web.root" : "http://parrot.org/", "web.source" : "download", @@ -12,10 +12,10 @@ "web.org_root" : "https://github.com/parrot", "bugday.day" : "Saturday", - "bugday.date" : "15 October 2011", + "bugday.date" : "17 December 2011", "wiki.root" : "https://github.com/parrot/parrot/wiki", - "wiki.bugday" : "bug_day_2011_10_15", + "wiki.bugday" : "bug_day_2011_12_17", - "ftp.path" : "ftp://ftp.parrot.org/pub/parrot/releases/supported/3.9.0/" + "ftp.path" : "ftp://ftp.parrot.org/pub/parrot/releases/devel/3.10.0/" }