Changeset 1292 for trunk/applications/shepherd
- Timestamp:
- 08/09/10 16:51:51 (22 months ago)
- Files:
-
- 1 modified
-
trunk/applications/shepherd (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/applications/shepherd
r1291 r1292 2 2 3 3 our $progname = 'shepherd'; 4 my $version = '1.4. 2';4 my $version = '1.4.3'; 5 5 6 6 # tv_grab_au … … 582 582 $components->{$proggy}->{source} = $source; 583 583 $components->{$proggy}->{updated} = time; 584 $components->{$proggy}->{admin_status} = sprintf "updated from %s to %s", $oldver, $latestversion;584 $components->{$proggy}->{admin_status} = sprintf "updated from v%s to v%s", ($oldver or 0), $latestversion; 585 585 delete $components_pending_install->{$proggy} if (defined $components_pending_install->{$proggy}); 586 586
