From 8e29220e5bcd638b77101c6aa9e6729ba728fe53 Mon Sep 17 00:00:00 2001 From: Joakim Hernberg Date: Mon, 28 Oct 2013 15:20:19 +0100 Subject: [PATCH] bump version number to 0.9.2 --- asio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asio.c b/asio.c index ee0cdfd..6e5dd9c 100644 --- a/asio.c +++ b/asio.c @@ -1484,7 +1484,7 @@ static BOOL configure_driver(IWineASIOImpl *This) This->asio_driver_state = Loaded; This->asio_sample_rate = 0; This->asio_time_info_mode = FALSE; - This->asio_version = 91; + This->asio_version = 92; This->wineasio_number_inputs = 16; This->wineasio_number_outputs = 16;