Skip to content

Commit

Permalink
Slic3r version was not set by the placeholder parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
bubnikv committed Dec 11, 2017
1 parent ae5863f commit 1938828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xs/src/libslic3r/PlaceholderParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ namespace Slic3r {

PlaceholderParser::PlaceholderParser()
{
this->set("version", SLIC3R_VERSION);
this->set("version", std::string(SLIC3R_VERSION));
this->apply_env_variables();
this->update_timestamp();
}
Expand Down

0 comments on commit 1938828

Please sign in to comment.