Skip to content

Commit

Permalink
sparselizard Elegant Elk release
Browse files Browse the repository at this point in the history
  • Loading branch information
halbux authored Nov 18, 2021
1 parent 90ef7cb commit 77ea378
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/expression/operation/sl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@

int sl::getversion(void)
{
return 202106;
return 202111;
}

int sl::getsubversion(void)
{
return 14;
return 0;
}

std::string sl::getversionname(void)
{
return "discrete dawn";
return "elegant elk";
}

void sl::printversion(void)
Expand Down

0 comments on commit 77ea378

Please sign in to comment.