Need to insert 1.5.1, not 1.5.0 when building new tables.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9072 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2003-08-14 03:29:12 +00:00
parent ecfb8f297b
commit 80dd9733ba

View File

@ -255,7 +255,7 @@ const char *drop_old_tables =
const char *version_sql =
"INSERT INTO gncVersion (major, minor, rev, name, date) "
"VALUES (1, 5, 0, 'Change timestamp definition', now());\n"
"VALUES (1, 5, 1, 'Change timestamp definition', now());\n"
;
#endif