aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ppsspp/ppsspp-version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ppsspp/ppsspp-version.patch')
-rw-r--r--testing/ppsspp/ppsspp-version.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/ppsspp/ppsspp-version.patch b/testing/ppsspp/ppsspp-version.patch
new file mode 100644
index 0000000000..ec749972c3
--- /dev/null
+++ b/testing/ppsspp/ppsspp-version.patch
@@ -0,0 +1,9 @@
+--- a/git-version.cmake
++++ b/git-version.cmake
+@@ -1,5 +1,5 @@
+ set(GIT_VERSION_FILE "${SOURCE_DIR}/git-version.cpp")
+-set(GIT_VERSION "unknown")
++set(GIT_VERSION "1.8.0")
+ set(GIT_VERSION_UPDATE "1")
+
+ find_package(Git)