diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-06-05 06:06:21 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-06-05 06:06:21 +0000 |
commit | c8282e792539673d070b197d20e5e61c9dbe0b1d (patch) | |
tree | a612f3ef8d466123667af649e74521b0188d0932 /iax/private.h | |
parent | e81e7feec300383661beaebf757366d02f094062 (diff) |
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
Diffstat (limited to 'iax/private.h')
-rw-r--r-- | iax/private.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 )
|