group/update_version_h.pl
changeset 19 c29f8e059978
parent 0 33413c0669b9
equal deleted inserted replaced
17:8962128a2656 19:c29f8e059978
    17 
    17 
    18 use strict;
    18 use strict;
    19 use Cwd;
    19 use Cwd;
    20 use POSIX qw(strftime);
    20 use POSIX qw(strftime);
    21 
    21 
    22 my $PLATFORM_LONG = "4_2";
    22 my $PLATFORM_LONG = "5_0";
    23 my $PLATFORM_SHORT = "42";
    23 my $PLATFORM_SHORT = "50";
    24 
    24 
    25 sub update_version_h
    25 sub update_version_h
    26 {
    26 {
    27 	my ($version_path, $platform) = @_;
    27 	my ($version_path, $platform) = @_;
    28 	
    28