mirror of
https://github.com/Motion-Project/motion.git
synced 2026-05-19 12:05:54 -04:00
Revise version number
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
SNV_VERSION=`cd "$1" && LC_ALL=C svn info 2> /dev/null | grep Revision | cut -d' ' -f2`
|
||||
SNV_VERSION=`expr $SNV_VERSION + 1`
|
||||
echo -n "trunkREV$SNV_VERSION"
|
||||
SNV_VERSION=`git show -s --format=%h`
|
||||
echo -n "3.4.1+git$SNV_VERSION"
|
||||
|
||||
Reference in New Issue
Block a user