summarylogtreecommitdiffstats
path: root/getver.patch
diff options
context:
space:
mode:
Diffstat (limited to 'getver.patch')
-rw-r--r--getver.patch5
1 files changed, 5 insertions, 0 deletions
diff --git a/getver.patch b/getver.patch
new file mode 100644
index 000000000000..1fcb17b237ba
--- /dev/null
+++ b/getver.patch
@@ -0,0 +1,5 @@
+diff -Nura higan/getver.sh higan_new/getver.sh
+--- higan/getver.sh 1969-12-31 21:00:00.000000000 -0300
++++ higan_new/getver.sh 2017-06-17 15:06:09.345744032 -0300
+@@ -0,0 +1 @@
++printf "%s\n" $(grep Version higan/emulator/emulator.hpp | head -n 1 | sed -E 's/(.*)=(.*)/\2/' | tr -d " \t\n\r\";")