Skip to content

Commit

Permalink
Inc version to 1.0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescan committed Jan 1, 2024
1 parent e5c0633 commit 13d906c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Version.cmake.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once
#define set(verStr) namespace ViewerVersion { extern int Major, Minor, Revision; struct Parser { Parser(const char*); }; static Parser parser(#verStr); }

set("VIEWER_VERSION" "1.0.42")
set("VIEWER_VERSION" "1.0.43")

#undef set

0 comments on commit 13d906c

Please sign in to comment.