mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-10 01:29:59 +00:00
add beta option for versioning
This commit is contained in:
parent
763ee1b4ed
commit
f3c14063c3
2 changed files with 15 additions and 3 deletions
|
|
@ -11,8 +11,8 @@
|
|||
*/
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <Windows.h>
|
||||
#include <conio.h>
|
||||
# include <Windows.h>
|
||||
# include <conio.h>
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
|
|
@ -50,6 +50,11 @@ main(int argc, char * argv[])
|
|||
printf("Please visit https://docs.hyperdbg.org for more information...\n");
|
||||
printf("HyperDbg is released under the GNU Public License v3 (GPLv3).\n\n");
|
||||
|
||||
#if BETA_VERSION == 1
|
||||
printf("Notice: This is a beta release and may contain bugs or stability issues. ");
|
||||
printf("If you encounter any problems, please report them and consider using the previous stable release.\n\n");
|
||||
#endif
|
||||
|
||||
if (argc != 1)
|
||||
{
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue