summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2008-02-12 15:39:44 +0000
committerRussell Bryant <russell@russellbryant.com>2008-02-12 15:39:44 +0000
commite29680ed66831992f8a9b9a501b9959a8b0ed2b7 (patch)
treed8f890e98e6f355cba87a4c00be44fe133d6f1f3 /main
parentd42f6f7ce56c6c5d5a0325f41b3a5d981d86b395 (diff)
Remove development version notice.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103388 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main')
-rw-r--r--main/asterisk.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/main/asterisk.c b/main/asterisk.c
index 742a9bbd5..5d518919f 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.