Skip to content

Commit

Permalink
Update date rev
Browse files Browse the repository at this point in the history
  • Loading branch information
AzgathCore authored May 23, 2021
1 parent 4610402 commit 040d214
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/genrev.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if(NOT BUILDDIR)
endif()

if(WITHOUT_GIT)
set(rev_date "2021-05-11 20:30:00 +0000")
set(rev_date "2021-05-23 06:34:00 +0000")
set(rev_hash "unknown")
set(rev_branch "Archived")
else()
Expand Down Expand Up @@ -56,8 +56,8 @@ else()
# No valid ways available to find/set the revision/hash, so let's force some defaults
message(STATUS "
Could not find a proper repository signature (hash) - you may need to pull tags with git fetch -t
Continuing anyway - note that the versionstring will be set to \"unknown 2021-05-11 20:30:00 (Archived)\"")
set(rev_date "2021-05-11 20:30:00 +0000")
Continuing anyway - note that the versionstring will be set to \"unknown 2021-05-23 06:34:00 (Archived)\"")
set(rev_date "2021-05-23 06:34:00 +0000")
set(rev_hash "unknown")
set(rev_branch "Archived")
else()
Expand Down

0 comments on commit 040d214

Please sign in to comment.