use the proper variable type for these unixODBC API calls, eliminating warnings on...
[asterisk-bristuff.git] / build_tools / make_version_h
blobf0e81f70a1a96b4259d7e68e345aa95aa9a86a71
1 #!/bin/sh
2 cat << END
3 /*
4 * version.h
5 * Automatically generated
6 */
7 #define ASTERISK_VERSION "${ASTERISKVERSION}"
8 #define ASTERISK_VERSION_NUM ${ASTERISKVERSIONNUM}
10 END