Changeset 162 for trunk/lib

Show
Ignore:
Timestamp:
08/02/07 21:05:43 (2 years ago)
Author:
bradfitz
Message:

Checking in changes prior to tagging of version 1.05. Changelog diff is:

Index: Changes
===================================================================
--- Changes (revision 161)
+++ Changes (working copy)
@@ -1,3 +1,5 @@
+1.05 (august 2, 2007)
+

  • 'prune' and 'gc' commands commands for both Amazon

and Filesystem targets. from Alessandro Ranellucci <aar@…>.


Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/Brackup.pm

    r161 r162  
    22use strict; 
    33use vars qw($VERSION); 
    4 $VERSION = '1.04'; 
     4$VERSION = '1.05'; 
    55 
    66use Brackup::Config;