From e29680ed66831992f8a9b9a501b9959a8b0ed2b7 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 12 Feb 2008 15:39:44 +0000 Subject: [PATCH] Remove development version notice. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103388 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/asterisk.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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. -- 2.47.2