add support for per-module version numbers

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5862 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-06-06 18:31:29 +00:00
parent ab206439d8
commit 43cf15e339
4 changed files with 37 additions and 13 deletions

View File

@@ -56,3 +56,8 @@ char *key()
{
return ASTERISK_GPL_KEY;
}
const char *version()
{
return "$Revision$";
}