[Asterisk-cvs] asterisk/funcs pbx_functions.c,1.1,1.2

kpfleming at lists.digium.com kpfleming at lists.digium.com
Mon Jun 6 14:29:03 CDT 2005


Update of /usr/cvsroot/asterisk/funcs
In directory mongoose.digium.com:/tmp/cvs-serv9837/funcs

Modified Files:
	pbx_functions.c 
Log Message:
add support for per-module version numbers


Index: pbx_functions.c
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/pbx_functions.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pbx_functions.c	5 May 2005 05:39:33 -0000	1.1
+++ pbx_functions.c	6 Jun 2005 18:31:29 -0000	1.2
@@ -56,3 +56,8 @@
 {
 	return ASTERISK_GPL_KEY;
 }
+
+const char *version()
+{
+	return "$Revision$";
+}




More information about the svn-commits mailing list