mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* 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:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user