Skip to content

Commit

Permalink
Merge pull request #9 from IITH-Compilers/llvm8
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
rohitaggarwal007 authored Feb 11, 2021
2 parents 373d8b1 + 2f9651c commit f01a4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ std::unique_ptr<Module> IR2Vec::getLLVMIR() {
}

void IR2Vec::printVersion(raw_ostream &ostream) {
ostream << "IR2Vec Version: 0.1\n\n";
ostream << "IR2Vec Version: 0.1.0\n\n";
cl::PrintVersionMessage();
}

Expand Down

0 comments on commit f01a4d9

Please sign in to comment.