Ignore:
Timestamp:
05/10/2008 16:21:50 (4 years ago)
Author:
chris
Message:

Add a script to print the Box software version, to substitute into the
installer and the documentation.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • box/trunk/infrastructure/printversion.pl

    r2328 r2329  
    11#!perl 
    2  
    3 unless (@ARGV == 2) 
    4 { 
    5         die "Usage: $0 <parcel-name> <target-os>\n"; 
    6 } 
    72 
    83$basedir = $0; 
     
    138require "infrastructure/BoxPlatform.pm.in"; 
    149 
    15 print BoxPlatform::parcel_dir(@ARGV) . "\n"; 
     10print "$BoxPlatform::product_version\n"; 
    1611 
    1712exit 0; 
Note: See TracChangeset for help on using the changeset viewer.