<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -19,7 +19,7 @@
 #define CACHE_64_BIT	0x01
 #define CACHE_BE	0x02
 
-// Cmus Track Cache version 0 + 4 bytes flags
+// Cmus Track Cache version X + 4 bytes flags
 static char cache_header[8] = &quot;CTC\0\0\0\0\0&quot;;
 
 // host byte order
@@ -235,6 +235,9 @@ int cache_init(void)
 	cache_header[5] = flags &amp; 0xff; flags &gt;&gt;= 8;
 	cache_header[4] = flags &amp; 0xff; flags &gt;&gt;= 8;
 
+	/* assumed version */
+	cache_header[3] = 0x01;
+
 	cache_filename = xstrjoin(cmus_config_dir, &quot;/cache&quot;);
 	return read_cache();
 }</diff>
      <filename>cache.c</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>31e35b3751458e87b245152ab484640ed7ab5618</id>
    </parent>
  </parents>
  <author>
    <name>Timo Hirvonen</name>
    <email>tihirvon@gmail.com</email>
  </author>
  <url>http://github.com/JasonWoof/cmus-unofficial/commit/36e97e159b1f2515e0627ab8b070702f47f16717</url>
  <id>36e97e159b1f2515e0627ab8b070702f47f16717</id>
  <committed-date>2008-04-26T06:09:44-07:00</committed-date>
  <authored-date>2008-04-26T06:09:06-07:00</authored-date>
  <message>cache: Bump version to 0x01

Comment tag is now collected.</message>
  <tree>31d96a83c93727a984830b93636c489db99c7b10</tree>
  <committer>
    <name>Timo Hirvonen</name>
    <email>tihirvon@gmail.com</email>
  </committer>
</commit>
