renamed get_lazarus_revision to get_svn_revision_number

git-svn-id: trunk@11498 -
This commit is contained in:
mattias 2007-07-13 21:10:40 +00:00
parent 5e89f20772
commit 430c980211
3 changed files with 2 additions and 2 deletions

2
.gitattributes vendored
View File

@ -3086,8 +3086,8 @@ tools/install/debian_fpc/postinst svneol=native#text/plain
tools/install/debian_lazarus/controlgtk2 svneol=native#text/plain
tools/install/do_nothing.sh svneol=native#text/plain
tools/install/file_filter.sh svneol=native#text/plain
tools/install/get_lazarus_revision.sh svneol=native#text/plain
tools/install/get_lazarus_version.sh svneol=native#text/plain
tools/install/get_svn_revision_number.sh svneol=native#text/plain
tools/install/macosx/fpc-release.packproj.template svneol=native#text/plain
tools/install/macosx/fpc.packproj.template svneol=native#text/plain
tools/install/macosx/fpc_installer_info.zip -text svneol=unset#application/zip

View File

@ -19,7 +19,7 @@ fi
LazVersionPostfix=
if [ "$1" = "append-revision" ]; then
LazVersionPostfix=$(./get_lazarus_revision.sh .)
LazVersionPostfix=$(./get_svn_revision_number.sh .)
if [ -n "$LazVersionPostfix" ]; then
LazVersionPostfix=.$LazVersionPostfix
fi