aboutsummaryrefslogtreecommitdiffstats
path: root/testing/monero/version-string.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/monero/version-string.patch')
-rw-r--r--testing/monero/version-string.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/monero/version-string.patch b/testing/monero/version-string.patch
deleted file mode 100644
index f64be9d8975..00000000000
--- a/testing/monero/version-string.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/cmake/Version.cmake b/cmake/Version.cmake
-index 3677e80..490de2c 100644
---- a/cmake/Version.cmake
-+++ b/cmake/Version.cmake
-@@ -32,7 +32,7 @@ function (write_static_version_header hash)
- endfunction ()
-
- find_package(Git QUIET)
--if ("$Format:$" STREQUAL "")
-+if ("$Format:$" STREQUAL "" OR NOT EXISTS .git)
- # We're in a tarball; use hard-coded variables.
- set(VERSION_IS_RELEASE "true")
- write_version("release")