generated from smedev/Template-for-SMEServer-Core-upstream
* Sat Sep 13 2025 Jean-Philippe Pialasse <jpp@koozali.org> 3.5.0-5.sme
- SME11 version python27
This commit is contained in:
12
nogit.patch
Normal file
12
nogit.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff --git a/mod_python/dist/version.sh b/mod_python/dist/version.sh
|
||||
index 1060b4f..1577205 100755
|
||||
--- a/mod_python/dist/version.sh
|
||||
+++ b/mod_python/dist/version.sh
|
||||
@@ -5,6 +5,6 @@ MPV_PATH="`dirname $0`/../src/include/mp_version.h"
|
||||
MAJ=`awk '/MP_VERSION_MAJOR/ {print $3}' $MPV_PATH`
|
||||
MIN=`awk '/MP_VERSION_MINOR/ {print $3}' $MPV_PATH`
|
||||
PCH=`awk '/MP_VERSION_PATCH/ {print $3}' $MPV_PATH`
|
||||
-GIT=`git describe --always`
|
||||
+GIT="0"
|
||||
|
||||
echo $MAJ.$MIN.$PCH-$GIT
|
Reference in New Issue
Block a user