From afb30a71ce11792390847e47879798d172158bc5 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Sun, 26 Feb 2012 00:15:25 +0100 Subject: edb-pgsql: Added the needed authentication functions for the admin module eurephiadm is now able to authenticate, login and logout a user. Signed-off-by: David Sommerseth --- database/postgresql/edb-pgsql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'database/postgresql/edb-pgsql.c') 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 -- cgit