aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/moduleinfo.h
diff options
context:
space:
mode:
authorLars Roland <Lars.Roland@gmx.net>2004-12-23 08:27:30 +0000
committerLars Roland <Lars.Roland@gmx.net>2004-12-23 08:27:30 +0000
commit5474c91d650048a60033b342ca586bf253259388 (patch)
tree9ac74f3c72a30fe58a7401d377c4b0c18ddc40b9 /plugins/mate/moduleinfo.h
parent0da82dce1115c73e2271d6bd13689dda88a7e654 (diff)
Fixes for Mate from Luis Ontanon:
- fixes crash at reinit when DiscardPduData=TRUE: check if there's an avpl before deleting it. - mate.pdu_type.RelativeTime had a dual use, add mate.pdu_type.TimeInGop and leave the other alone. - other fixes related to times (they now seem to be right) - scs_subscribe doesn't use g_malloc anymore. it uses GMemChunks (I had to rename two GMemChunks to make MSVC happy) - fixes crash at reinit when DiscardPduData=TRUE: check if there's an avpl before deleting it. - mate.pdu_type.RelativeTime had a dual use, add mate.pdu_type.TimeInGop and leave the other alone. - other fixes related to times (they now seem to be right) - fixed few things at reinit: - reset last_id - remove the nodes in the items hash tables svn path=/trunk/; revision=12820
Diffstat (limited to 'plugins/mate/moduleinfo.h')
-rw-r--r--plugins/mate/moduleinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mate/moduleinfo.h b/plugins/mate/moduleinfo.h
index 569556f83d..2e233de7cd 100644
--- a/plugins/mate/moduleinfo.h
+++ b/plugins/mate/moduleinfo.h
@@ -12,5 +12,5 @@
#endif
/* Version number of package */
-#define VERSION "0.0.3"
+#define VERSION "0.0.3.1"