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