config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Sat, 07 May 2011 16:08:54 +0300
changeset 23 94ab746087f6
parent 21 8b61328ab7c1
child 28 32bebcf6bbbd
permissions -rw-r--r--
Add note about compl
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