Skip to content

Commit

Permalink
Set release suffix.
Browse files Browse the repository at this point in the history
  • Loading branch information
caraphinneth committed May 1, 2021
1 parent 8ef3531 commit 463a3a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clientversion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const std::string CLIENT_NAME("Animecoin");
/**
* Client version number
*/
#define CLIENT_VERSION_SUFFIX "-trunk"
#define CLIENT_VERSION_SUFFIX "-release"


/**
Expand Down Expand Up @@ -109,4 +109,4 @@ std::string FormatSubVersion(const std::string& name, int nClientVersion, const
}
ss << "/";
return ss.str();
}
}

0 comments on commit 463a3a8

Please sign in to comment.