Skip to content

Commit

Permalink
Update all the metadata and other jazz for Parrot 3.10.0, Apple Pi.
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Nov 16, 2011
1 parent 5f46f4a commit 6f76221
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion CREDITS
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions 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]
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.9.0
3.10.0
1 change: 1 addition & 0 deletions docs/parrothist.pod
Expand Up @@ -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
1 change: 0 additions & 1 deletion docs/project/release_manager_guide.pod
Expand Up @@ -513,7 +513,6 @@ L<http://www.google.com/calendar/render?cid=ldhctdamsgfg5a1cord52po9h8@group.cal

Versions with an asterisk (*) are supported releases:

- Nov 15, 2011 - 3.10.0 - Whiteknight
- Dec 20, 2011 - 3.11.0 - cotto
- Jan 17, 2012 - 4.0.0 - ??
- Feb 21, 2012 - 4.1.0 - ??
Expand Down
2 changes: 1 addition & 1 deletion include/parrot/oplib/core_ops.h
Expand Up @@ -19,7 +19,7 @@
#include "parrot/runcore_api.h"

PARROT_EXPORT
op_lib_t *Parrot_DynOp_core_3_9_0(PARROT_INTERP, long init);
op_lib_t *Parrot_DynOp_core_3_10_0(PARROT_INTERP, long init);

opcode_t * Parrot_end(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_noop(opcode_t *, PARROT_INTERP);
Expand Down
6 changes: 3 additions & 3 deletions src/ops/core_ops.c
Expand Up @@ -23894,7 +23894,7 @@ op_lib_t core_op_lib = {
PARROT_FUNCTION_CORE, /* core_type = PARROT_XX_CORE */
0, /* flags */
3, /* major_version */
9, /* minor_version */
10, /* minor_version */
0, /* patch_version */
1097, /* op_count */
core_op_info_table, /* op_info_table */
Expand Down Expand Up @@ -24022,7 +24022,7 @@ static void hop_deinit(PARROT_INTERP)
hop_buckets = NULL;
}PARROT_EXPORT
op_lib_t *
Parrot_DynOp_core_3_9_0(PARROT_INTERP, long init) {
Parrot_DynOp_core_3_10_0(PARROT_INTERP, long init) {
/* initialize and return op_lib ptr */
if (init == 1) {

Expand Down Expand Up @@ -24051,7 +24051,7 @@ Parrot_lib_core_ops_load(PARROT_INTERP)

{
PMC *const lib = Parrot_pmc_new(interp, enum_class_ParrotLibrary);
((Parrot_ParrotLibrary_attributes*)PMC_data(lib))->oplib_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;
}
Expand Down
14 changes: 7 additions & 7 deletions 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",
Expand All @@ -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/"
}

0 comments on commit 6f76221

Please sign in to comment.