diff --git a/INCLUDE/GhettoCrypt.h b/INCLUDE/GhettoCrypt.h index 6648ea8..09163c0 100644 --- a/INCLUDE/GhettoCrypt.h +++ b/INCLUDE/GhettoCrypt.h @@ -75,6 +75,11 @@ namespace GhettoCipher typedef std::string Flexblock; } +/*** ./../GhettoCrypt/Version.h ***/ + +#pragma once +#define GHETTOCRYPT_VERSION 0.1 + /*** ./../GhettoCrypt/Config.h ***/ #pragma once diff --git a/INCLUDE/generate.sh b/INCLUDE/generate.sh index 0352527..f21d2d7 100644 --- a/INCLUDE/generate.sh +++ b/INCLUDE/generate.sh @@ -1,5 +1,5 @@ # Compile single-header -deggl -i ../GhettoCrypt/*.cpp --out GhettoCrypt --loc --license-file ../LICENSE +deggl -i ../GhettoCrypt/*.cpp ../GhettoCrypt/Version.h --out GhettoCrypt --loc --license-file ../LICENSE # Verify that this builds cleanly via g++