[svn-commits] russell: trunk r103388 - /trunk/main/asterisk.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Feb 12 09:39:44 CST 2008


Author: russell
Date: Tue Feb 12 09:39:44 2008
New Revision: 103388

URL: http://svn.digium.com/view/asterisk?view=rev&rev=103388
Log:
Remove development version notice.

Modified:
    trunk/main/asterisk.c

Modified: trunk/main/asterisk.c
URL: http://svn.digium.com/view/asterisk/trunk/main/asterisk.c?view=diff&rev=103388&r1=103387&r2=103388
==============================================================================
--- trunk/main/asterisk.c (original)
+++ trunk/main/asterisk.c Tue Feb 12 09:39:44 2008
@@ -142,9 +142,7 @@
                 "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.




More information about the svn-commits mailing list