Bump cipher version to 3.3.1

This commit is contained in:
Nick Parker 2015-07-13 09:53:10 -05:00
parent 595ef07930
commit e91f2211b7
1 changed files with 2 additions and 2 deletions

View File

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