diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/benoit/benoit.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/benoit/benoit.rs b/source/benoit/benoit.rs index c97e264..3849d4b 100644 --- a/source/benoit/benoit.rs +++ b/source/benoit/benoit.rs @@ -36,7 +36,7 @@ pub mod video; pub const VERSION: (u32, u32, u32) = ( 0x2, // Major 0x6, // Minor - 0x0, // Patch + 0x1, // Patch ); pub const PRECISION: u32 = 0x80; |