mirror of
https://github.com/Motion-Project/motion.git
synced 2025-12-23 23:18:21 -05:00
Version 4.5.1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
BASE_VERSION="4.5.0"
|
||||
BASE_VERSION="4.5.1"
|
||||
if [ -d .git ]; then
|
||||
if test "`git diff --name-only`" = "" ; then
|
||||
GIT_COMMIT="git"
|
||||
@@ -13,6 +13,6 @@ if [ -d .git ]; then
|
||||
else
|
||||
GIT_COMMIT="gitUNKNOWN"
|
||||
fi
|
||||
#printf "$BASE_VERSION"
|
||||
printf "$BASE_VERSION+$GIT_COMMIT"
|
||||
printf "$BASE_VERSION"
|
||||
#printf "$BASE_VERSION+$GIT_COMMIT"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user