first beta release

This commit is contained in:
2020-09-15 13:39:45 +02:00
parent 92bd9a70a3
commit 95828afcc2
4 changed files with 6 additions and 6 deletions

View File

@ -279,7 +279,7 @@ WINDOW* TUI::overwriteDetailViewWindow( int iXSize, int iYSize, int iXStart)
centerTitle(newWindow, title.c_str());
string sLine01 = "reHDD - hard drive refurbishing tool";
string sLine02 = "Version: beta X.X.X";
string sLine02 = "Version: " + string(REHDD_VERSION);
string sLine03 = "Available under GPL 3.0";
string sLine04 = "https://git.mosad.xyz/localhorst/reHDD";
string sLine05 = "Delete: Wipe format table - this is NOT secure";