From e9d451b3b8722b195da99ec44abde1cf833e7c91 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Mon, 21 Jun 1999 04:23:38 +0000 Subject: [PATCH] change beta message git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1781 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome/top-level.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/gnome/top-level.c b/src/gnome/top-level.c index c76f8b0ae4..66ed3ee570 100644 --- a/src/gnome/top-level.c +++ b/src/gnome/top-level.c @@ -68,12 +68,10 @@ gnucash_lowlev_app_init() ENTER ("gnucash_lowlev_app_init"); printf ("\n\n"); - printf ("This is a BETA development version. We think everything works \n"); - printf ("but we're not sure yet. Feel free to try this, but please do \n"); - printf ("make backups of your data. Please report bugs and other prblems \n"); - printf ("to http://www.gnucash.org/ \n"); - printf ("The last stable version was xacc-1.0.18 \n"); - printf ("The next stable version will be gnucash-1.2.x \n"); + printf ("This is a development version. It may or may not work \n"); + printf ("Report bugs and other problems to http://www.gnucash.org/ \n"); + printf ("The last stable version was xacc-1.2.0 \n"); + printf ("The next stable version will be gnucash-1.4.x \n"); printf ("\n\n"); {