Browse Source

bump version number to 0.9.2

tags/v1.0.0
Joakim Hernberg 11 years ago
parent
commit
8e29220e5b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      asio.c

+ 1
- 1
asio.c View File

@@ -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;


Loading…
Cancel
Save