Skip to content

Commit

Permalink
Refs #7830 - Use different Cmake variable.
Browse files Browse the repository at this point in the history
This takes into account Martyn's changes on #8097, which should be merged
into this branch from master once his ticket has passed testing.
  • Loading branch information
PeterParker committed Oct 9, 2013
1 parent c77ad39 commit 864c07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/Kernel/src/MantidVersion.cpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const char* MantidVersion::mainDOI()

std::string MantidVersion::releaseDOI()
{
unsigned int patchVersion = @MtdVersion_WC_LAST_CHANGED_REV@;
unsigned int patchVersion = @VERSION_PATCH@;

std::stringstream doi;
doi << mainDOI() << @VERSION_MAJOR@ << "." << @VERSION_MINOR@;
Expand Down

0 comments on commit 864c07e

Please sign in to comment.