From 62fccbf579ba397defb5a3a841893407d1acf179 Mon Sep 17 00:00:00 2001 From: Jared Bruni Date: Fri, 29 Mar 2024 18:29:36 -0700 Subject: [PATCH] Update bin2cpp.cpp --- bin2cpp20/bin2cpp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin2cpp20/bin2cpp.cpp b/bin2cpp20/bin2cpp.cpp index 7f36745..9dcaa9f 100644 --- a/bin2cpp20/bin2cpp.cpp +++ b/bin2cpp20/bin2cpp.cpp @@ -19,7 +19,7 @@ bin2cpp20 - conversion tool #include #include -#define VERSION_INFO "1.0.0" +#define VERSION_INFO "1.0.1" void convertStreamToVector(std::string_view name, std::istream &in, std::ostream &out); void convertStreamToArray(std::string_view name, const char *data, std::size_t length, std::ostream &out);