Skip to content

Commit 380c263

Browse files
committed
use the old magic number
1 parent 55daf8d commit 380c263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/model/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mod regressor;
2020
mod stats;
2121

2222
/// A .modelfox file is prefixed with this magic number followed by a 4-byte little endian revision number.
23-
const MAGIC_NUMBER: &[u8] = b"modelfox\0";
23+
const MAGIC_NUMBER: &[u8] = b"tangram\0";
2424
/// This is the revision number that this version of modelfox_model writes.
2525
const CURRENT_REVISION: u32 = 0;
2626
/// This is the oldest revision number that this version of modelfox_model can read.

0 commit comments

Comments
 (0)