/soc/2012/sanket/statscollector-2.x.y: ebf013265d9b: Version Bum...
sanket
sanket at soc.pidgin.im
Wed Aug 15 16:18:05 EDT 2012
Changeset: ebf013265d9b3b1def5160cbac2c90370bcdd675
Author: sanket <sanket at soc.pidgin.im>
Date: 2012-08-15 13:17 +0530
Branch: soc.2012.statscollector
URL: http://hg.pidgin.im/soc/2012/sanket/statscollector-2.x.y/rev/ebf013265d9b
Description:
Version Bump - 0.1
Version Bump is control mechanism to reset stats.xml to comply with
the most recent version of server. I will be using 0.* for all Dev
purposes, once it is public maybe we can go ahead with 1.* and so on.
diffstat:
libpurple/plugins/statscollector.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff --git a/libpurple/plugins/statscollector.c b/libpurple/plugins/statscollector.c
--- a/libpurple/plugins/statscollector.c
+++ b/libpurple/plugins/statscollector.c
@@ -46,8 +46,8 @@ enum
/* Version of XML this plugin supports writing */
-#define STATS_XML_MAJOR_V "1"
-#define STATS_XML_MINOR_V "0"
+#define STATS_XML_MAJOR_V "0" /* 0 -- Dev purposes */
+#define STATS_XML_MINOR_V "1"
/* POSIX compliance is an issue that I have looked into some detail now
* It seems like presence of unistd.h and _POSIX_VERSION being defined
More information about the Commits
mailing list