add beta option for versioning

This commit is contained in:
sina 2026-06-09 17:24:55 +02:00
parent 763ee1b4ed
commit f3c14063c3
2 changed files with 15 additions and 3 deletions

View file

@ -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)
{
//