Changeset 42 in mp3-find


Ignore:
Timestamp:
06/07/11 23:48:10 (13 years ago)
Author:
peter
Message:

incremented version to 0.07

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Changes

    r34 r42  
    11Revision history for Perl extension MP3::Find. 
    22 
    3 0.06 
     30.07  7 Jun 2011 
     4    - fixed tests that were failing due to a bad test plan 
     5 
     60.06  11 Jul 2006 
    47    - deprecated the create_db, update_db, and sync_db methods 
    58    - databases can be selected by a custom DSN or an already open database handle 
    69 
    7 0.05 28 Apr 2006 
     100.05  28 Apr 2006 
    811    - mp3find searches in ID3v2 tags if MP3::Tag is available 
    912    - using Sort::Key for sorting of results (if available) 
  • trunk/META.yml

    r39 r42  
    22#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX# 
    33name:         MP3-Find 
    4 version:      0.06 
     4version:      0.07 
    55version_from: lib/MP3/Find.pm 
    66installdirs:  site 
  • trunk/README

    r35 r42  
    1 MP3::Find version 0.06 
     1MP3::Find version 0.07 
    22====================== 
    33 
  • trunk/lib/MP3/Find.pm

    r30 r42  
    99use Carp; 
    1010 
    11 $VERSION = '0.06'; 
     11$VERSION = '0.07'; 
    1212 
    1313@EXPORT = qw(find_mp3s); 
Note: See TracChangeset for help on using the changeset viewer.