From: Russell Bryant Date: Tue, 12 Feb 2008 15:39:44 +0000 (+0000) Subject: Remove development version notice. X-Git-Tag: 1.6.0-beta3~2^2~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e29680ed66831992f8a9b9a501b9959a8b0ed2b7;p=thirdparty%2Fasterisk.git Remove development version notice. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103388 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/asterisk.c b/main/asterisk.c index 742a9bbd52..5d518919fc 100644 --- a/main/asterisk.c +++ b/main/asterisk.c @@ -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.