ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/perlmulticore/perlmulticore.h
(Generate patch)

Comparing perlmulticore/perlmulticore.h (file contents):
Revision 1.7 by root, Sun Mar 3 13:14:40 2019 UTC vs.
Revision 1.8 by root, Sun Mar 3 13:33:14 2019 UTC

162 162
163=cut 163=cut
164 164
165*/ 165*/
166 166
167/* version history
168 * 1.1 (1001) 2015-07-03: initial release.
169 * 1.2 (1002) 2019-03-03: introduce optional perlmulticore_support macro.
170 */
167#define PERL_MULTICORE_MAJOR 1 /* bumped on incompatible changes */ 171#define PERL_MULTICORE_MAJOR 1 /* bumped on incompatible changes */
168#define PERL_MULTICORE_MINOR 2 /* bumped on every change */ 172#define PERL_MULTICORE_MINOR 2 /* bumped on every change */
169 173
170#if PERL_MULTICORE_DISABLE 174#if PERL_MULTICORE_DISABLE
171 175

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines