Remove development version notice.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103388 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2008-02-12 15:39:44 +00:00
parent d42f6f7ce5
commit e29680ed66

View File

@@ -142,9 +142,7 @@ int daemon(int, int); /* defined in libresolv of all places */
"This is free software, with components licensed under the GNU General Public\n" \
"License version 2 and other licenses; you are welcome to redistribute it under\n" \
"certain conditions. Type 'core show license' for details.\n" \
"=========================================================================\n" \
"NOTE: This is a development version of Asterisk, and should not be used in\n" \
"production installations.\n", ast_get_version());
"=========================================================================\n", ast_get_version()) \
/*! \defgroup main_options Main Configuration Options
* \brief Main configuration options from asterisk.conf or OS command line on starting Asterisk.