version numbers

Signed-off-by: Gwenhael Le moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
Gwenhael Le moine 2010-03-23 07:42:00 +07:00
parent 0c39ecc831
commit 2b0f081e26
2 changed files with 2 additions and 1 deletions

View file

@ -33,6 +33,7 @@ if [ ! -e $REPOSITORY ] ; then
fi
( cd $REPOSITORY
bzr pull
bzr update
)

View file

@ -5,7 +5,7 @@ CWD=$(pwd)
PRGNAM=$(basename $(pwd))
BRANCH=
VERSION=${VERSION:-$(date +"%Y.%m.%d_%H:%M")}
VERSION=${VERSION:-$(date +"%Y.%m.%d_%H.%M")}
ARCH=${ARCH:-$(uname -m)}
BUILD=1
PACKAGER=cyco