summarylogtreecommitdiffstats
path: root/bipscript-ide-v0.7.patch
diff options
context:
space:
mode:
authorb08x2023-02-27 11:53:51 -0500
committerb08x2023-02-27 11:53:51 -0500
commit2095f1cc13e876cb7184d6349b976b4dc404b989 (patch)
tree36b843e016c4688a66f14e75172825e8a2e28cee /bipscript-ide-v0.7.patch
parent57db86782e3749a685f3b26361726aca3cf55c2a (diff)
downloadaur-2095f1cc13e876cb7184d6349b976b4dc404b989.tar.gz
removing old patches
Diffstat (limited to 'bipscript-ide-v0.7.patch')
-rw-r--r--bipscript-ide-v0.7.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/bipscript-ide-v0.7.patch b/bipscript-ide-v0.7.patch
deleted file mode 100644
index 3065ee2fc642..000000000000
--- a/bipscript-ide-v0.7.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./bipscript-ide-0.7/version.sh 2019-04-24 09:56:03.000000000 -0700
-+++ ../bipscript-ide/version.sh 2019-04-24 16:11:58.923333312 -0700
-@@ -4,7 +4,7 @@
-
- version = `git describe --tags`.chomp
- if version.empty? then
-- version = `cat version`.chomp
-+ version = ARGV[0]
- end
-
- template = "#ifndef VERSION_H