Skip to content

Commit dfecf0a

Browse files
committed
bump version to 4.6.0
1 parent e7852e3 commit dfecf0a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

SQLCipher.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"requires_arc": false,
1616
"source": {
1717
"git": "https://github.com/sqlcipher/sqlcipher.git",
18-
"tag": "v4.5.9"
18+
"tag": "v4.6.0"
1919
},
2020
"summary": "Full Database Encryption for SQLite.",
21-
"version": "4.5.9",
21+
"version": "4.6.0",
2222
"subspecs": [
2323
{
2424
"compiler_flags": [

src/crypto.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ void sqlite3pager_reset(Pager *pPager);
8989
#define CIPHER_STR(s) #s
9090

9191
#ifndef CIPHER_VERSION_NUMBER
92-
#define CIPHER_VERSION_NUMBER 4.5.9
92+
#define CIPHER_VERSION_NUMBER 4.6.0
9393
#endif
9494

9595
#ifndef CIPHER_VERSION_BUILD

test/sqlcipher-pragmas.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ do_test verify-pragma-cipher-version {
4646
execsql {
4747
PRAGMA cipher_version;
4848
}
49-
} {{4.5.9 community}}
49+
} {{4.6.0 community}}
5050
db close
5151
file delete -force test.db
5252

0 commit comments

Comments
 (0)