Changeset 14359 for lib

Show
Ignore:
Timestamp:
10/17/06 08:26:19 (2 years ago)
Author:
audreyt
svk:copy_cache_prev:
21206
Message:

* Bump version to 6.2.13.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/Perl6/Pugs.pm

    r11295 r14359  
    33use strict; 
    44 
    5 our $VERSION = 6.002012; 
     5our $VERSION = 6.002013; 
    66 
    77=head1 NAME 
     
    1111=head1 VERSION 
    1212 
    13 This document describes version 6.2.12 of Pugs, released June 26, 2006. 
     13This document describes version 6.2.13 of Pugs, released October 17, 2006. 
    1414 
    1515=head1 SYNOPSIS 
     
    1818    Hello, World! 
    1919 
    20 With Perl 5 embedding support (also note the C<--> in the C<#!> line): 
     20With Perl 5 embedding support: 
    2121 
    2222    use v6-alpha;