diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-01-29 04:23:17 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-01-29 04:23:17 +0000 |
commit | 257363a0670c97153cac88810144b427f6ecde1b (patch) | |
tree | 99b2da4052cda7cf5b43d98514f0d78a6acc1508 /iax/private.h | |
parent | e072a9d4ca99886d6cb44eb526e25eb6c04101b7 (diff) |
fix crash on exit by cleaning up iaxlib in 'pre shutdown' event
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@85 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 2a1a603..84ad034 100644 --- a/iax/private.h +++ b/iax/private.h @@ -4,7 +4,7 @@ /* VERSION DEFINITIONS */
#define VER_MAJOR 0
#define VER_MINOR 0
-#define VER_RELEASE 2
+#define VER_RELEASE 3
#define VER_BUILD 0
#define __STRINGIZE(x) #x
|