Skip to content

Commit

Permalink
Update location of VERSION file relative to the new JULIAHOME
Browse files Browse the repository at this point in the history
  • Loading branch information
Viral B. Shah committed May 28, 2012
1 parent 6293b45 commit cdda5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/version.jl
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ end

## julia version info

const VERSION = convert(VersionNumber,chomp(readall("$JULIA_HOME/VERSION")))
const VERSION = convert(VersionNumber,chomp(readall("$JULIA_HOME/../../VERSION")))
try
ver = string(VERSION)
commit = chomp(readall(`git rev-parse HEAD`))
Expand Down

0 comments on commit cdda5b9

Please sign in to comment.