X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fversion.c;h=e62a5f942757ebc45b5fc24a6eda21dfb949df2d;hb=2f2c02d306628f0ca9dbb0ba7b702877b689a80f;hp=244ade03c9ee1a98717b5168ea345accea230e36;hpb=7c0ee313562b34063142ae05442ed39978a120fa;p=sympathy.git diff --git a/src/version.c b/src/version.c index 244ade0..e62a5f9 100644 --- a/src/version.c +++ b/src/version.c @@ -10,6 +10,12 @@ static char rcsid[] = "$Id$"; /* * $Log$ + * Revision 1.3 2008/02/27 09:42:22 james + * *** empty log message *** + * + * Revision 1.2 2008/02/04 02:05:06 james + * *** empty log message *** + * * Revision 1.1 2008/02/03 16:20:24 james * *** empty log message *** * @@ -18,8 +24,8 @@ static char rcsid[] = "$Id$"; #include "version.h" -static char * -GetVersion(void) +char * +libsympathy_version (void) { return VERSION; }