Initial commit of libpnd 0.0.5 so we cna restart with GIT
[pandora-libraries.git] / include / pnd_version.h
1
2 #ifndef h_pnd_version_h
3 #define h_pnd_version_h
4
5 #ifdef __cplusplus
6 extern "C" {
7 #endif
8
9 #define PND_VERSION "0.0.2"
10
11 #ifdef __cplusplus
12 } /* "C" */
13 #endif
14
15 #endif