summaryrefslogtreecommitdiff
path: root/MySpace/version.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-07-03 06:26:19 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-07-03 06:26:19 +0000
commit6ad2fdede0ae25dc0d56b5e45f6b9aa876e93b68 (patch)
tree338cd3a33a281b5f8372908f9b2ffb280dd611f2 /MySpace/version.h
parent3211838af8942e88c53fb775ccd1a2524049592e (diff)
don't strip links in <a> tags
get avatars! woohoo :) git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@248 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'MySpace/version.h')
-rw-r--r--MySpace/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MySpace/version.h b/MySpace/version.h
index 7c4d27b..c2ef289 100644
--- a/MySpace/version.h
+++ b/MySpace/version.h
@@ -5,7 +5,7 @@
#define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 1
-#define __BUILD_NUM 17
+#define __BUILD_NUM 18
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM