added time_created and time_modified to Card. This changes the file format

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1321 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2009-01-09 19:07:14 +00:00
parent 2dab839906
commit 4fde933a11
5 changed files with 26 additions and 4 deletions
+3 -2
View File
@@ -78,14 +78,15 @@ const Char* version_suffix = _(" (beta, ascii build)");
* - tag_contents function fixed
* - alignment:justify behavior changed
* - more scriptable fields.
* - store time created,modified for cards -> changes set and clipboard format
*/
const Version file_version_locale = 308; // 0.3.8
const Version file_version_set = 306; // 0.3.6
const Version file_version_set = 308; // 0.3.8
const Version file_version_game = 308; // 0.3.8
const Version file_version_stylesheet = 308; // 0.3.8
const Version file_version_symbol_font = 306; // 0.3.6
const Version file_version_export_template = 307; // 0.3.7
const Version file_version_installer = 307; // 0.3.7
const Version file_version_symbol = 305; // 0.3.5
const Version file_version_clipboard = 306; // 0.3.6
const Version file_version_clipboard = 308; // 0.3.8
const Version file_version_script = 307; // 0.3.7