aboutsummaryrefslogtreecommitdiffstats
path: root/main/asterisk.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-12 15:39:44 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-12 15:39:44 +0000
commit704df70df3f62be52b818e8f5cea6d0c336670ac (patch)
treed8f890e98e6f355cba87a4c00be44fe133d6f1f3 /main/asterisk.c
parentd77c926d025758ae00f149d0f405a7287902b7fa (diff)
Remove development version notice.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@103388 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/asterisk.c')
-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.