comparison 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
comparison
equal deleted inserted replaced
1333:e30a9d907105 1334:f8cfa22cedc2
110 // if you alter mcabber's disco support (or add something to the version 110 // if you alter mcabber's disco support (or add something to the version
111 // number) so that it doesn't conflict with the official client. 111 // number) so that it doesn't conflict with the official client.
112 const char *entity_version(void) 112 const char *entity_version(void)
113 { 113 {
114 static char *ver; 114 static char *ver;
115 const char *PVERSION = PACKAGE_VERSION "+iql"; 115 const char *PVERSION = PACKAGE_VERSION; // "+xxx";
116 116
117 if (ver) 117 if (ver)
118 return ver; 118 return ver;
119 119
120 #ifdef HGCSET 120 #ifdef HGCSET