Bump version number to 3.4.2

This commit is contained in:
Nick Parker 2017-09-27 16:33:27 -05:00
parent 6a7894b990
commit 082a7e47d1

View File

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