From 63dd77237a1e5c610012da81560d40fc4e07d749 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Thu, 5 Dec 2024 21:37:19 -0500 Subject: [PATCH] update version (forgot) --- gen_c_library/components/header_start.hpp | 2 +- gen_singleheader/components/header_start.hpp | 2 +- gen_unreal_engine/components/header_start.hpp | 2 +- project/components/header_start.hpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 !