chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / version.c
index 651093db5aa90e38c2582d2398e0577697a590dc..e62a5f942757ebc45b5fc24a6eda21dfb949df2d 100644 (file)
@@ -10,6 +10,9 @@ 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 ***
  *
@@ -21,8 +24,8 @@ static char rcsid[] = "$Id$";
 
 #include "version.h"
 
-static char *
-GetVersion (void)
+char *
+libsympathy_version (void)
 {
   return VERSION;
 }