diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-02-12 00:17:18 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-02-12 00:17:18 +0000 |
commit | fe7c82b6e3928b3424b4d4ed7b18046b8548795d (patch) | |
tree | 45aa98f476df511a2fcc5241514bda7d416f6d8d /otr/otr_private.h | |
parent | fe4bfa8444d1c55f45cab830002d78a6923d9da3 (diff) |
updated libotr cvs - committed patch
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@120 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 c6f9c2e..1810cf0 100644 --- a/otr/otr_private.h +++ b/otr/otr_private.h @@ -5,7 +5,7 @@ #define VER_MAJOR 0
#define VER_MINOR 4
#define VER_RELEASE 3
-#define VER_BUILD 0
+#define VER_BUILD 1
#define __STRINGIZE(x) #x
#define VER_STRING __STRINGIZE( VER_MAJOR.VER_MINOR.VER_RELEASE.VER_BUILD )
|