Fix wrong version exported in the PHP binding

This commit is contained in:
Benjamin Dauvergne 2011-07-08 21:15:20 +02:00
parent 14b5c395cc
commit b1183fe341
1 changed files with 3 additions and 1 deletions

View File

@ -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"