Upped to 3.2.5.

This commit is contained in:
Johnny Bergström 2005-08-27 21:27:35 +00:00
parent 462916d00f
commit ca1544564c

View File

@ -11,7 +11,7 @@ DEBUG_FLAGS = -g -ggdb3
CPP = gcc CPP = gcc
CC = cc CC = cc
NAME = sqlite_amxx NAME = sqlite_amxx
SQL = sqlite-source-3_2_3 SQL = sqlite-source-3_2_5
CPP_OBJECTS = sqlite.cpp sqlite_amx.cpp amxxmodule.cpp CPP_OBJECTS = sqlite.cpp sqlite_amx.cpp amxxmodule.cpp
C_OBJECTS = $(SQL)/attach.c $(SQL)/auth.c $(SQL)/btree.c $(SQL)/build.c \ C_OBJECTS = $(SQL)/attach.c $(SQL)/auth.c $(SQL)/btree.c $(SQL)/build.c \