config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 14 Mar 2010 21:36:29 +0200
changeset 16 19d13d97b3a1
child 20 d5748ae53a17
permissions -rw-r--r--
Use new module struct with api
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16
19d13d97b3a1 Use new module struct with api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     1
19d13d97b3a1 Use new module struct with api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     2
#ifndef LOCAL_CONFIG_H
19d13d97b3a1 Use new module struct with api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     3
#define LOCAL_CONFIG_H
19d13d97b3a1 Use new module struct with api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     4
19d13d97b3a1 Use new module struct with api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     5
#define PROJECT_VERSION ( "${PROJECT_VERSION}" )
19d13d97b3a1 Use new module struct with api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     6
19d13d97b3a1 Use new module struct with api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     7
#endif
19d13d97b3a1 Use new module struct with api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     8