summarylogtreecommitdiffstats
path: root/0001_non-git-version.patch
blob: 2dd99c618b235e54717299c8a8ba8b9f3c3b22c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/prosody-filer-1.0.3/build.sh
+++ bprosody-filer-1.0.3/build.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 ### get VERSIONSTRING
-VERSIONSTRING="$(git describe --tags --exact-match || git rev-parse --short HEAD)"
+VERSIONSTRING="1.0.3"
 
 echo "Building version ${VERSIONSTRING} of Prosody-Filer ..."