Skip to content

Commit

Permalink
Update bin2cpp.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
lostjared committed Mar 30, 2024
1 parent e2d99c8 commit 62fccbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin2cpp20/bin2cpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bin2cpp20 - conversion tool
#include <string>
#include <vector>

#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);
Expand Down

0 comments on commit 62fccbf

Please sign in to comment.