From 34e98c6a977801daf26561d5cbc08ab11ebe7d08 Mon Sep 17 00:00:00 2001 From: rexy712 Date: Mon, 14 Jan 2019 13:07:06 -0800 Subject: [PATCH] Set version to 1.0 as every option is now implemented and a build system is setup --- src/roflcat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roflcat.cpp b/src/roflcat.cpp index 075e935..86b92ad 100644 --- a/src/roflcat.cpp +++ b/src/roflcat.cpp @@ -34,7 +34,7 @@ #include //std::chrono::* #include //srand -constexpr const char version_string[] = "roflcat version 0.1a"; +constexpr const char version_string[] = "roflcat version 1.0"; static constexpr size_t constexpr_strlen(const char* str){ size_t i = 0;