[svn:parrot] r48573 - in trunk: . src/ops
cotto at svn.parrot.org
cotto at svn.parrot.org
Fri Aug 20 06:23:44 UTC 2010
Author: cotto
Date: Fri Aug 20 06:23:43 2010
New Revision: 48573
URL: https://trac.parrot.org/parrot/changeset/48573
Log:
bootstrap ops and bump PBC_COMPAT for 2.7.0 release
Modified:
trunk/PBC_COMPAT
trunk/src/ops/core_ops.c
Modified: trunk/PBC_COMPAT
==============================================================================
--- trunk/PBC_COMPAT Fri Aug 20 03:53:28 2010 (r48572)
+++ trunk/PBC_COMPAT Fri Aug 20 06:23:43 2010 (r48573)
@@ -28,6 +28,7 @@
# please insert tab separated entries at the top of the list
+8.2 2010.08.19 cotto minor version bump for 2.7.0
8.1 2010.08.10 plobsing merge dynop_mapping branch
8.0 2010.07.20 coke released 2.6.0
7.0 2010.04.20 gerd released 2.3.0 (version # added ex post facto, as all previous version #s were published)
Modified: trunk/src/ops/core_ops.c
==============================================================================
--- trunk/src/ops/core_ops.c Fri Aug 20 03:53:28 2010 (r48572)
+++ trunk/src/ops/core_ops.c Fri Aug 20 06:23:43 2010 (r48573)
@@ -26104,7 +26104,7 @@
PARROT_FUNCTION_CORE, /* core_type = PARROT_XX_CORE */
0, /* flags */
2, /* major_version */
- 6, /* minor_version */
+ 7, /* minor_version */
0, /* patch_version */
1083, /* op_count */
core_op_info_table, /* op_info_table */
More information about the parrot-commits
mailing list