File: cdk_version.hin

package info (click to toggle)
libcdk5 5.0.20060507-4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 2,708 kB
  • ctags: 2,852
  • sloc: ansic: 31,202; sh: 4,307; makefile: 658; sed: 43; cpp: 42
file content (25 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 * $Id: cdk_version.hin,v 1.1 2002/07/20 00:26:36 tom Exp $
 */

#ifndef CDK_VERSION_H
#define CDK_VERSION_H

#ifdef __cplusplus
extern "C" {
#endif

#define CDK_VERSION_MAJOR "@VERSION_MAJOR@"
#define CDK_VERSION_MINOR "@VERSION_MINOR@"
#define CDK_VERSION_PATCH "@VERSION_PATCH@"

/*
 * Runtime to return the same version information.
 */
char * CDKVersion (void);

#ifdef __cplusplus
}
#endif

#endif /* CDK_VERSION_H */