diff options
| author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-09-18 14:00:16 +0000 |
|---|---|---|
| committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-09-18 14:00:16 +0000 |
| commit | 6b6f2b081bbc2aad2e8e7b4f858b86eeb5ce8f6a (patch) | |
| tree | 0f4b085e20302f254d043cdc515229b15a883a23 /otr/otr_private.h | |
| parent | cde7d73147a7eca584e8ab938b965e49bb2947df (diff) | |
implemented message fragmentation (now works on IRC! woohoo!)
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@335 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'otr/otr_private.h')
| -rw-r--r-- | otr/otr_private.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/otr/otr_private.h b/otr/otr_private.h index d0cd189..a25bc82 100644 --- a/otr/otr_private.h +++ b/otr/otr_private.h @@ -3,9 +3,9 @@ /* VERSION DEFINITIONS */
#define VER_MAJOR 0
-#define VER_MINOR 5
-#define VER_RELEASE 8
-#define VER_BUILD 1
+#define VER_MINOR 6
+#define VER_RELEASE 0
+#define VER_BUILD 0
#define __STRINGIZE(x) #x
#define VER_STRING __STRINGIZE( VER_MAJOR.VER_MINOR.VER_RELEASE.VER_BUILD )
|
