From 5ecbef80a2caa4095dbf958fbe45cb510dd1eeb7 Mon Sep 17 00:00:00 2001 From: Richard Goedeken Date: Wed, 3 Jul 2013 07:05:34 -0700 Subject: [PATCH] update version number to 2.0 --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index c46bdc3..b7cb3a7 100644 --- a/src/main.h +++ b/src/main.h @@ -20,7 +20,7 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* version info */ -#define SDL_AUDIO_PLUGIN_VERSION 0x016305 +#define SDL_AUDIO_PLUGIN_VERSION 0x020000 #define AUDIO_PLUGIN_API_VERSION 0x020000 #define CONFIG_API_VERSION 0x020100 #define CONFIG_PARAM_VERSION 1.00