From f2d967b44ff5dc0c31238a194e913ade57907bb3 Mon Sep 17 00:00:00 2001 From: Existential-Kernel Date: Tue, 26 Dec 2023 05:48:53 +0000 Subject: [PATCH] small beta to alpha changes --- .gitignore | 3 ++- README.md | 4 ++-- src/vmaware.hpp | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6c06577..b668b43 100644 --- a/.gitignore +++ b/.gitignore @@ -48,4 +48,5 @@ bin/ notes.md private/ resources/ -archive.cpp \ No newline at end of file +archive.cpp +releases/ \ No newline at end of file diff --git a/README.md b/README.md index d5ea358..cddb5ac 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ The library is: - - - -**IMPORTANT:** The library is currently a beta, so more improvements and cross-compatibility fixes are planned (especially for Windows which I'm currently working on improving). I don't recommend using this for any serious projects for now. +**IMPORTANT:** The library is currently in alpha version, so more improvements and cross-compatibility fixes are planned (especially for Windows which I'm currently working on improving). I don't recommend using this for any serious projects for now. -Also, this library doesn't guarantee it'll be accurate. If you found a false negative then please create an issue with information on what your VM is, what OS you're using, and what . +Also, this library doesn't guarantee it'll be accurate. If you found a false negative then please create an issue with information on what your VM is, what OS you're using, and other useful information. - - - diff --git a/src/vmaware.hpp b/src/vmaware.hpp index 9029ca0..79bac36 100644 --- a/src/vmaware.hpp +++ b/src/vmaware.hpp @@ -4,7 +4,7 @@ * ██║ ██║██╔████╔██║███████║██║ █╗ ██║███████║██████╔╝█████╗ * ╚██╗ ██╔╝██║╚██╔╝██║██╔══██║██║███╗██║██╔══██║██╔══██╗██╔══╝ * ╚████╔╝ ██║ ╚═╝ ██║██║ ██║╚███╔███╔╝██║ ██║██║ ██║███████╗ - * ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ beta version + * ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ alpha version * * A C++ VM detection library *