diff --git a/src/main.rs b/src/main.rs index 782fb40..80f0ed0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -159,7 +159,7 @@ pub fn main() -> Result<(), pico_args::Error> { } }; - let mut window = video_subsystem.window("Fab Agon Emulator", wx, wy) + let mut window = video_subsystem.window(&format!("Fab Agon Emulator {}", env!("CARGO_PKG_VERSION")), wx, wy) .resizable() .position_centered() .build()