File: version.c

package info (click to toggle)
libcdk5 5.0.20060507-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,556 kB
  • ctags: 2,808
  • sloc: ansic: 31,202; sh: 4,391; makefile: 661; sed: 43; cpp: 42
file content (11 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#include <cdk.h>

/*
 * $Author: tom $
 * $Date: 2002/07/20 00:30:51 $
 * $Revision: 1.1 $
 */
char * CDKVersion(void)
{
   return CDK_VERSION_MAJOR "." CDK_VERSION_MINOR " - " CDK_VERSION_PATCH;
}