diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-06-12 02:18:11 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-06-12 02:18:11 +0000 |
commit | 408a0da710805ea5e762fe27a7e799fdf33b89b3 (patch) | |
tree | 77052cb9bb7fcfa21ec3195b924e0eba05b6a2e6 /otr/otr_private.h | |
parent | c8282e792539673d070b197d20e5e61c9dbe0b1d (diff) |
added 'end session on window close' option
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@202 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'otr/otr_private.h')
-rw-r--r-- | otr/otr_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otr/otr_private.h b/otr/otr_private.h index 7514b42..a2a18f5 100644 --- a/otr/otr_private.h +++ b/otr/otr_private.h @@ -4,8 +4,8 @@ /* VERSION DEFINITIONS */
#define VER_MAJOR 0
#define VER_MINOR 5
-#define VER_RELEASE 3
-#define VER_BUILD 3
+#define VER_RELEASE 4
+#define VER_BUILD 1
#define __STRINGIZE(x) #x
#define VER_STRING __STRINGIZE( VER_MAJOR.VER_MINOR.VER_RELEASE.VER_BUILD )
|