gozer       2003/10/07 21:37:10

  Modified:    .        Changes STATUS
               lib      mod_perl.pm
  Log:
  bump version
  
  Revision  Changes    Path
  1.682     +2 -0      modperl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl/Changes,v
  retrieving revision 1.681
  retrieving revision 1.682
  diff -u -r1.681 -r1.682
  --- Changes   8 Oct 2003 04:34:02 -0000       1.681
  +++ Changes   8 Oct 2003 04:37:10 -0000       1.682
  @@ -8,6 +8,8 @@
   
   =over 3
   
  +=item 1.29_01-dev
  +
   =item 1.29 - Oct 7, 2003
   
   Add a workaround for the 'rand' bug for perl 5.8.1 (compiled with
  
  
  
  1.39      +3 -3      modperl/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/modperl/STATUS,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- STATUS    12 Sep 2003 21:38:14 -0000      1.38
  +++ STATUS    8 Oct 2003 04:37:10 -0000       1.39
  @@ -3,8 +3,8 @@
   
   
   Release:
  -
  -   1.29-dev: In development.
  +       1.30-dev: In development.
  +       1.29: Released Oct 7, 2003
          1.28: Released July 2, 2002.
          1.27: Released June 1, 2002.
          1.26: Released July 11, 2001.
  
  
  
  1.59      +1 -1      modperl/lib/mod_perl.pm
  
  Index: mod_perl.pm
  ===================================================================
  RCS file: /home/cvs/modperl/lib/mod_perl.pm,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- mod_perl.pm       8 Oct 2003 04:34:02 -0000       1.58
  +++ mod_perl.pm       8 Oct 2003 04:37:10 -0000       1.59
  @@ -4,7 +4,7 @@
   use DynaLoader ();
   
   BEGIN {
  -    $mod_perl::VERSION = "1.29";
  +    $mod_perl::VERSION = "1.2901";
   }
   
   sub boot {
  
  
  

Reply via email to