mirror of
https://github.com/opensim/opensim.git
synced 2026-07-29 04:25:36 +08:00
* if you specify revision, you cannot use * for build
This commit is contained in:
@@ -6,4 +6,4 @@ BUILD=`date +%s`
|
||||
REVISION=`svnversion . | sed s/:// | sed s/M//`
|
||||
REALREVISION=`svnversion`
|
||||
cat src/VersionInfo.cs.template | sed s/@@VERSION/"$MAJOR.$MINOR, Build $BUILD, Revision $REALREVISION"/g >src/VersionInfo.cs
|
||||
echo -n $MAJOR.$MINOR.*.$REVISION >VERSION
|
||||
echo -n $MAJOR.$MINOR.0.$REVISION >VERSION
|
||||
|
||||
Reference in New Issue
Block a user