From c8282e792539673d070b197d20e5e61c9dbe0b1d Mon Sep 17 00:00:00 2001 From: sje Date: Tue, 5 Jun 2007 06:06:21 +0000 Subject: destroy call window earlier so no db writes are done in unload (possible crash) git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@201 4f64403b-2f21-0410-a795-97e2b3489a10 --- iax/private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iax/private.h') diff --git a/iax/private.h b/iax/private.h index f5e97b7..ca5f285 100644 --- a/iax/private.h +++ b/iax/private.h @@ -5,7 +5,7 @@ #define VER_MAJOR 0 #define VER_MINOR 1 #define VER_RELEASE 0 -#define VER_BUILD 4 +#define VER_BUILD 5 #define __STRINGIZE(x) #x #define VER_STRING __STRINGIZE( VER_MAJOR.VER_MINOR.VER_RELEASE.VER_BUILD ) -- cgit v1.2.3