diff --git a/gen_c_library/components/header_start.hpp b/gen_c_library/components/header_start.hpp index 445d33e..4047a58 100644 --- a/gen_c_library/components/header_start.hpp +++ b/gen_c_library/components/header_start.hpp @@ -9,7 +9,7 @@ This is a single header C-Library variant. Define GEN_IMPLEMENTATION before including this file in a single compilation unit. - ! ----------------------------------------------------------------------- VERSION: v0.19-Alpha ! + ! ----------------------------------------------------------------------- VERSION: v0.20-Alpha ! ! ============================================================================================ ! ! WARNING: THIS IS AN ALPHA VERSION OF THE LIBRARY, USE AT YOUR OWN DISCRETION ! ! NEVER DO CODE GENERATION WITHOUT AT LEAST HAVING CONTENT IN A CODEBASE UNDER VERSION CONTROL ! diff --git a/gen_singleheader/components/header_start.hpp b/gen_singleheader/components/header_start.hpp index 2c959d5..94cca59 100644 --- a/gen_singleheader/components/header_start.hpp +++ b/gen_singleheader/components/header_start.hpp @@ -9,7 +9,7 @@ This is a single header variant of the library. Define GEN_IMPLEMENTATION before including this file in a single compilation unit. - ! ----------------------------------------------------------------------- VERSION: v0.19-Alpha ! + ! ----------------------------------------------------------------------- VERSION: v0.20-Alpha ! ! ============================================================================================ ! ! WARNING: THIS IS AN ALPHA VERSION OF THE LIBRARY, USE AT YOUR OWN DISCRETION ! ! NEVER DO CODE GENERATION WITHOUT AT LEAST HAVING CONTENT IN A CODEBASE UNDER VERSION CONTROL ! diff --git a/gen_unreal_engine/components/header_start.hpp b/gen_unreal_engine/components/header_start.hpp index deb6ab2..16d7338 100644 --- a/gen_unreal_engine/components/header_start.hpp +++ b/gen_unreal_engine/components/header_start.hpp @@ -8,7 +8,7 @@ This is a variant intended for use with Unreal Engine 5 - ! ----------------------------------------------------------------------- VERSION: v0.19-Alpha ! + ! ----------------------------------------------------------------------- VERSION: v0.20-Alpha ! ! ============================================================================================ ! ! WARNING: THIS IS AN ALPHA VERSION OF THE LIBRARY, USE AT YOUR OWN DISCRETION ! ! NEVER DO CODE GENERATION WITHOUT AT LEAST HAVING CONTENT IN A CODEBASE UNDER VERSION CONTROL ! diff --git a/project/components/header_start.hpp b/project/components/header_start.hpp index 52239ae..e956f19 100644 --- a/project/components/header_start.hpp +++ b/project/components/header_start.hpp @@ -8,7 +8,7 @@ Public Address: https://github.com/Ed94/gencpp - ! ----------------------------------------------------------------------- VERSION: v0.19-Alpha ! + ! ----------------------------------------------------------------------- VERSION: v0.20-Alpha ! ! ============================================================================================ ! ! WARNING: THIS IS AN ALPHA VERSION OF THE LIBRARY, USE AT YOUR OWN DISCRETION ! ! NEVER DO CODE GENERATION WITHOUT AT LEAST HAVING CONTENT IN A CODEBASE UNDER VERSION CONTROL !