Skip to content

Commit bc69ca5

Browse files
committed
"revision" is now always 1, use git_describe instead
1 parent 90092d0 commit bc69ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HLL/Compiler.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class HLL::Compiler {
4545
push_eh _handler
4646
$P0 = getinterp
4747
$P0 = $P0[.IGLOBALS_CONFIG_HASH]
48-
$S0 = $P0['revision'] # also $I0 = P0['installed'] could be used
48+
$S0 = $P0['git_describe'] # also $I0 = P0['installed'] could be used
4949
_handler:
5050
pop_eh
5151
%r = box 'This compiler is built with the Parrot Compiler Toolkit, parrot '

0 commit comments

Comments
 (0)