diff options
Diffstat (limited to 'bindings/php5')
| -rw-r--r-- | bindings/php5/wrapper_header.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bindings/php5/wrapper_header.py b/bindings/php5/wrapper_header.py index 3bae4c0e..5f55f6b0 100644 --- a/bindings/php5/wrapper_header.py +++ b/bindings/php5/wrapper_header.py @@ -35,11 +35,13 @@ class WrapperHeader: print >> self.fd, '''\ /* this file has been generated automatically; do not edit */ +#include "../../config.h" + #ifndef PHP_LASSO_H #define PHP_LASSO_H 1 #define PHP_LASSO_EXTNAME "lasso" -#define PHP_LASSO_VERSION "2.1.1" +#define PHP_LASSO_VERSION VERSION #define PHP_LASSO_SERVER_RES_NAME "Lasso Server" |
