* src/scm/main.scm: fix "development version" message in head

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7941 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins
2003-02-04 02:59:05 +00:00
parent 08e994b74c
commit 99620e4d4e
2 changed files with 4 additions and 2 deletions

View File

@@ -14,6 +14,8 @@
wrong-number-of-arguments fatal crash when trying to reparse
dates.
* src/scm/main.scm: fix "development version" message in head
2003-02-02 Chris Lyttle <chris@wilddev.net>
* configure.in: change to 1.9.0 version

View File

@@ -343,8 +343,8 @@ string and 'directories' must be a list of strings."
(_ "This is a development version. It may or may not work.\n")
(_ "Report bugs and other problems to gnucash-devel@gnucash.org.\n")
(_ "You can also lookup and file bug reports at http://bugzilla.gnome.org\n")
(_ "The last stable version was ") "GnuCash 1.6.8" "\n"
(_ "The next stable version will be ") "GnuCash 1.8.0"
(_ "The last stable version was ") "GnuCash 1.8.0" "\n"
(_ "The next stable version will be ") "GnuCash 2.0"
"\n\n")))
(define (gnc:startup-pass-1)