diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-06-27 06:20:33 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-06-27 06:20:33 +0000 |
commit | 564ca85d661ac802458d1975995da8ed266ba2e1 (patch) | |
tree | 3e79a09ee10886dc05576e04535287213dd8b795 /otr/otr_private.h | |
parent | 2b8de7f0339506e75c47ffb0e14ee2e527ab1353 (diff) |
fixes for miranda utf8 messages
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@211 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'otr/otr_private.h')
-rw-r--r-- | otr/otr_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otr/otr_private.h b/otr/otr_private.h index cc6d768..2bb2dd1 100644 --- a/otr/otr_private.h +++ b/otr/otr_private.h @@ -5,7 +5,7 @@ #define VER_MAJOR 0
#define VER_MINOR 5
#define VER_RELEASE 4
-#define VER_BUILD 4
+#define VER_BUILD 5
#define __STRINGIZE(x) #x
#define VER_STRING __STRINGIZE( VER_MAJOR.VER_MINOR.VER_RELEASE.VER_BUILD )
|