- Incorporated build number into version number messages i.e. at server startup, in about dialog and in database.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3428 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2006-07-27 14:09:19 +00:00
parent 65d0eb742e
commit 2a9ca8c9ef
6 changed files with 120 additions and 58 deletions

View File

@@ -52,6 +52,13 @@ public interface Descriptor
*/
public String getVersionLabel();
/**
* Gets the build number
*
* @return the build number i.e. build-1
*/
public String getVersionBuild();
/**
* Gets the full version number
*