Changeset 560

Show
Ignore:
Timestamp:
01/28/09 18:37:28 (10 months ago)
Author:
btrott
Message:

Upped version to 0.06

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/Data/ObjectDriver.pm

    r555 r560  
    1111__PACKAGE__->mk_accessors(qw( pk_generator txn_active )); 
    1212 
    13 our $VERSION = '0.05'; 
     13our $VERSION = '0.06'; 
    1414our $DEBUG = $ENV{DOD_DEBUG} || 0; 
    1515our $PROFILE = $ENV{DOD_PROFILE} || 0;