summaryrefslogtreecommitdiffstats
path: root/database/postgresql/edb-pgsql.c
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2012-02-26 00:15:25 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2013-06-13 01:06:19 +0200
commitafb30a71ce11792390847e47879798d172158bc5 (patch)
treec5ce1de2d3f83933fddf6fb8da635c28dd333f23 /database/postgresql/edb-pgsql.c
parent454d48a87c2005981885b29411ebca494cd77ea1 (diff)
downloadeurephia-pgsql.tar.gz
eurephia-pgsql.tar.xz
eurephia-pgsql.zip
edb-pgsql: Added the needed authentication functions for the admin modulepgsql
eurephiadm is now able to authenticate, login and logout a user. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Diffstat (limited to 'database/postgresql/edb-pgsql.c')
-rw-r--r--database/postgresql/edb-pgsql.c2
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>