Skip to content

Commit

Permalink
Increased version to 1.0.45 (not released yet) since I want to check …
Browse files Browse the repository at this point in the history
…building a snap. I have a feeling the new cmake min version may be too high for the build environment.
  • Loading branch information
bluescan committed Aug 18, 2024
1 parent 05dc4de commit 85105d0
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 @@ -58,7 +58,7 @@ endif()
FetchContent_Declare(
tacent
GIT_REPOSITORY https://github.com/bluescan/tacent.git
# GIT_TAG e823e1798b3833e34802bbd21c0c9401e0d40973
GIT_TAG e29b6fc040c46bbae7c3a7bd9d5e2de47b83735a
# GIT_TAG v0.8.17
FIND_PACKAGE_ARGS NAMES tacent
)
Expand Down
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.44")
set("VIEWER_VERSION" "1.0.45")

#undef set

0 comments on commit 85105d0

Please sign in to comment.