diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-10 06:06:24 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-10 06:06:24 +0000 |
commit | f5deb8d472fae0fab70467265831a8d0f6f8ac6a (patch) | |
tree | e7903803b77e8bc16be3091c8083364916346815 /otr/otr_private.h | |
parent | 9d31056c8b2c89a132db4bc3c6769d283a4d7d87 (diff) |
use new YAPP popup class API
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@265 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 2bb2dd1..78d022c 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 4
-#define VER_BUILD 5
+#define VER_RELEASE 5
+#define VER_BUILD 0
#define __STRINGIZE(x) #x
#define VER_STRING __STRINGIZE( VER_MAJOR.VER_MINOR.VER_RELEASE.VER_BUILD )
|