summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/benoit/benoit.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/benoit/benoit.rs b/source/benoit/benoit.rs
index 1e70ff8..a9b7b42 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
0x5, // Minor
- 0x0, // Patch
+ 0x1, // Patch
);
pub const PRECISION: u32 = 0x80;