config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 04 Apr 2010 16:41:31 +0300
changeset 15 fbcad36ca352
parent 12 14cd74b518ea
child 16 543bd8927354
permissions -rw-r--r--
Update api versions
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