summarylogtreecommitdiffstats
path: root/bipscript-ide-v0.5.patch
diff options
context:
space:
mode:
Diffstat (limited to 'bipscript-ide-v0.5.patch')
-rw-r--r--bipscript-ide-v0.5.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/bipscript-ide-v0.5.patch b/bipscript-ide-v0.5.patch
new file mode 100644
index 000000000000..2827a4611a1b
--- /dev/null
+++ b/bipscript-ide-v0.5.patch
@@ -0,0 +1,28 @@
+diff -ur --new-file ./bipscript-ide-0.5/bipscript-ide.pro ./bipscript-ide/bipscript-ide.pro
+--- ./bipscript-ide-0.5/bipscript-ide.pro 2019-03-15 22:05:43.799996951 -0700
++++ ./bipscript-ide/bipscript-ide.pro 2019-03-15 22:21:29.773330279 -0700
+@@ -49,14 +49,6 @@
+ synhighlighter.h \
+ version.h
+
+-# version header
+-version.target = version.h
+-version.commands = '$$PWD/version.sh'
+-version.depends = FORCE
+-
+-PRE_TARGETDEPS += version.h
+-QMAKE_EXTRA_TARGETS += version
+-
+ unix {
+ INCLUDEPATH += $$PWD/jack
+ HEADERS += \
+diff -ur --new-file ./bipscript-ide-0.5/version.h ./bipscript-ide/version.h
+--- ./bipscript-ide-0.5/version.h 1969-12-31 16:00:00.000000000 -0800
++++ ./bipscript-ide/version.h 2019-03-15 22:22:48.196663613 -0700
+@@ -0,0 +1,6 @@
++#ifndef VERSION_H
++#define VERSION_H
++
++#define BIPSCRIPT_IDE_VERSION "v0.5"
++
++#endif