r20202 - gnucash/trunk - Add gnc_get_long_version, a guint concocted by adding the version values together allowing two digits for each. Add a new version value, GNUNCASH_NANO_VERSION, to be incremented when there's any change to data serialization. Use the new gnc_get_long_version to tag the Gnucash version in the versions table in the dbi backend.

John Ralls jralls at code.gnucash.org
Sat Jan 29 18:38:11 EST 2011


Author: jralls
Date: 2011-01-29 18:38:10 -0500 (Sat, 29 Jan 2011)
New Revision: 20202
Trac: http://svn.gnucash.org/trac/changeset/20202

Modified:
   gnucash/trunk/configure.ac
   gnucash/trunk/src/backend/dbi/test/test-dbi-stuff.c
   gnucash/trunk/src/backend/sql/gnc-backend-sql.c
   gnucash/trunk/src/core-utils/gnc-main.c
   gnucash/trunk/src/core-utils/gnc-main.h
Log:
Add gnc_get_long_version, a guint concocted by adding the version values together allowing two digits for each. Add a new version value, GNUNCASH_NANO_VERSION, to be incremented when there's any change to data serialization. Use the new gnc_get_long_version to tag the Gnucash version in the versions table in the dbi backend.



More information about the gnucash-patches mailing list