Add option to search in path for sqlite #402

This commit is contained in:
2023-10-16 21:14:46 -04:00
parent 49a21a5a25
commit f423863acb
7 changed files with 27 additions and 12 deletions

View File

@@ -51,11 +51,11 @@
#include <ctype.h>
#include "git_hash.h"
#define VERSION "3.3.6"
#define VERSION "3.4.0"
static const char *const Version = VERSION;
static const int VersionMajor = 3;
static const int VersionMinor = 3;
static const int VersionPatch = 6;
static const int VersionMinor = 4;
static const int VersionPatch = 0;
#ifndef SIST_PLATFORM
#define SIST_PLATFORM unknown