Bump version to 3.4.1

This commit is contained in:
Nick Parker 2016-12-09 12:25:48 -06:00
parent 26ac02ed18
commit d49f59aa87

View File

@ -45,9 +45,9 @@
#ifndef CIPHER_VERSION
#ifdef SQLCIPHER_FIPS
#define CIPHER_VERSION "3.4.0 FIPS"
#define CIPHER_VERSION "3.4.1 FIPS"
#else
#define CIPHER_VERSION "3.4.0"
#define CIPHER_VERSION "3.4.1"
#endif
#endif