X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fversion.c;h=651093db5aa90e38c2582d2398e0577697a590dc;hb=3684640e6bdec97cb1b60a34d03e8cde63149215;hp=244ade03c9ee1a98717b5168ea345accea230e36;hpb=7c0ee313562b34063142ae05442ed39978a120fa;p=sympathy.git diff --git a/src/version.c b/src/version.c index 244ade0..651093d 100644 --- a/src/version.c +++ b/src/version.c @@ -10,6 +10,9 @@ static char rcsid[] = "$Id$"; /* * $Log$ + * 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 *** * @@ -19,7 +22,7 @@ static char rcsid[] = "$Id$"; #include "version.h" static char * -GetVersion(void) +GetVersion (void) { return VERSION; }