Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rakudo/rakudo into rakudo…
Browse files Browse the repository at this point in the history
…_3028
  • Loading branch information
vrurg committed Jul 13, 2019
2 parents c5476bd + 33844cb commit 3f610d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tools/lib/NQP/Config/Rakudo.pm
Expand Up @@ -241,7 +241,7 @@ sub configure_misc {
#];

# Get version info from VERSION template and git.
my $VERSION = slurp( $self->template_file_path( 'VERSION', required => 1, ) );
my $VERSION = slurp( File::Spec->catfile( $self->cfg('base_dir'), 'VERSION') );
chomp $VERSION;
@{$config}{qw<version release codename>} = split( ' ', $VERSION, 3 );

Expand Down

0 comments on commit 3f610d1

Please sign in to comment.