diff mcabber/src/jab_iq.c @ 1334:f8cfa22cedc2

Ready for release 0.9.4
author Mikael Berthe <mikael@lilotux.net>
date Sat, 27 Oct 2007 12:01:55 +0200
parents e30a9d907105
children 2031f4b2cced
line wrap: on
line diff
--- a/mcabber/src/jab_iq.c	Sat Oct 27 11:10:18 2007 +0200
+++ b/mcabber/src/jab_iq.c	Sat Oct 27 12:01:55 2007 +0200
@@ -112,7 +112,7 @@
 const char *entity_version(void)
 {
   static char *ver;
-  const char *PVERSION = PACKAGE_VERSION "+iql";
+  const char *PVERSION = PACKAGE_VERSION; // "+xxx";
 
   if (ver)
     return ver;