Nah; it's a better idea to leave developer builds marked as
"{version}svn" instead of assigning a potentially meaningless SVN r number (because the developer's copy may not be entirely consistent with that r number) This commit was SVN r993.
Этот коммит содержится в:
родитель
1945740f8e
Коммит
af828278b4
@ -32,6 +32,8 @@ else
|
||||
LAM_VERSION="${LAM_VERSION}b$LAM_BETA_VERSION"
|
||||
fi
|
||||
|
||||
if test "$LAM_SVN_VERSION" = "1"; then
|
||||
LAM_VERSION="${LAM_VERSION}svn"
|
||||
if test "`expr $LAM_SVN_VERSION \> 0`" = "1"; then
|
||||
if test -d .svn; then
|
||||
ver="r`svn info . | grep Revision | cut -d\ -f 2`"
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user