Skip to content

Commit

Permalink
Version 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciogonzalezvivo committed May 7, 2022
1 parent 1bcc130 commit 788bb17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.2)

set(VERSION_MAJOR 2)
set(VERSION_MINOR 0)
set(VERSION_PATCH 4)
set(VERSION_PATCH 5)
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

project(glslViewer
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#define TRACK_BEGIN(A) if (sandbox.uniforms.tracker.isRunning()) sandbox.uniforms.tracker.begin(A);
#define TRACK_END(A) if (sandbox.uniforms.tracker.isRunning()) sandbox.uniforms.tracker.end(A);

std::string version = "2.0.4";
std::string version = "2.0.5";
std::string name = "GlslViewer";
std::string header = name + " " + version + " by Patricio Gonzalez Vivo ( patriciogonzalezvivo.com )";

Expand Down

0 comments on commit 788bb17

Please sign in to comment.