chiark / gitweb /
244ade03c9ee1a98717b5168ea345accea230e36
[sympathy.git] / src / version.c
1 /*
2  * version.c:
3  *
4  * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
5  * All rights reserved.
6  *
7  */
8
9 static char rcsid[] = "$Id$";
10
11 /*
12  * $Log$
13  * Revision 1.1  2008/02/03 16:20:24  james
14  * *** empty log message ***
15  *
16  *
17  */
18
19 #include "version.h"
20
21 static char *
22 GetVersion(void)
23 {
24   return VERSION;
25 }