Summary
configures db4o to generate version numbers for stored objects.
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Config 
- Containing Type
- IFileConfiguration
Syntax
[System.ObsoleteAttribute(@"As of version 8.0 please use GenerateCommitTimestamps(bool) instead.")]
ConfigScope GenerateVersionNumbers { set; }Remarks
    configures db4o to generate version numbers for stored objects.
    This setting should be used when the database is first created.
    
	Attributes
| Type | Description | 
|---|---|
| ObsoleteAttribute | 
Value
| Type | Description | 
|---|---|
| ConfigScope | the scope for version number generation: disabled, generate for all classes, or configure individually |