We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d99c8 commit 62fccbfCopy full SHA for 62fccbf
bin2cpp20/bin2cpp.cpp
@@ -19,7 +19,7 @@ bin2cpp20 - conversion tool
19
#include <string>
20
#include <vector>
21
22
-#define VERSION_INFO "1.0.0"
+#define VERSION_INFO "1.0.1"
23
24
void convertStreamToVector(std::string_view name, std::istream &in, std::ostream &out);
25
void convertStreamToArray(std::string_view name, const char *data, std::size_t length, std::ostream &out);
0 commit comments