From 4858c450b4c206d53c473932c541c3fb02ee8389 Mon Sep 17 00:00:00 2001 From: Patricio Gonzalez Vivo Date: Thu, 30 Aug 2018 07:00:36 -0700 Subject: [PATCH] 1.5.5 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index c451080f..4d6fcb21 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -36,7 +36,7 @@ std::string outputFile = ""; std::string execute_cmd = ""; // Execute commands bool execute_exit = false; -std::string version = "1.5.4"; +std::string version = "1.5.5"; std::string name = "GlslViewer"; std::string header = name + " " + version + " by Patricio Gonzalez Vivo ( patriciogonzalezvivo.com )";