diff options
Diffstat (limited to 'database/postgresql/edb-pgsql.c')
-rw-r--r-- | database/postgresql/edb-pgsql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database/postgresql/edb-pgsql.c b/database/postgresql/edb-pgsql.c index 2fe1463..79389ac 100644 --- a/database/postgresql/edb-pgsql.c +++ b/database/postgresql/edb-pgsql.c @@ -37,7 +37,7 @@ #define DRIVERVERSION "1.0" #ifndef DRIVERAPIVERSION -# define DRIVERAPIVERSION 1 +# define DRIVERAPIVERSION 2 #endif #include <eurephiadb_driver.h> |