config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Wed, 07 Apr 2010 21:52:28 +0300
changeset 23 ff11a676f645
parent 19 9ce7690c4dab
child 29 23fa36d480fb
permissions -rw-r--r--
API version bump
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19
9ce7690c4dab Update module struct to use api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     1
9ce7690c4dab Update module struct to use api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     2
#ifndef LOCAL_CONFIG_H
9ce7690c4dab Update module struct to use api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     3
#define LOCAL_CONFIG_H
9ce7690c4dab Update module struct to use api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     4
9ce7690c4dab Update module struct to use api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     5
#define PROJECT_VERSION ( "${PROJECT_VERSION}" )
9ce7690c4dab Update module struct to use api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     6
9ce7690c4dab Update module struct to use api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     7
#endif
9ce7690c4dab Update module struct to use api
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     8