diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-29 14:19:25 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-29 14:19:25 +0000 |
commit | 2d5acb9afe2fe861f7af1cdd7349056c97173ced (patch) | |
tree | 6bac40f2960e64e89f96ad918fe95cd2179a859f /otr/otr_private.h | |
parent | 8d2322e9200357df2fd873d385f99febad35effd (diff) |
handle UTF messages
upgrade to libotr 3.1.0
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@306 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 1b53236..fdc2777 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 5
-#define VER_BUILD 2
+#define VER_RELEASE 7
+#define VER_BUILD 0
#define __STRINGIZE(x) #x
#define VER_STRING __STRINGIZE( VER_MAJOR.VER_MINOR.VER_RELEASE.VER_BUILD )
@@ -15,7 +15,7 @@ #define FILE_VERSION VER_STRING
#define FILE_DESCRIPTION DESC_STRING
#define INTERNAL_NAME ""
-#define LEGAL_COPYRIGHT "© Scott Ellis 2005"
+#define LEGAL_COPYRIGHT "© Scott Ellis 2005-2007"
#define LEGAL_TRADEMARKS ""
#define ORIGINAL_FILENAME "otr.dll"
#define PRODUCT_NAME DESC_STRING
|