Skip to content

Commit c731216

Browse files
committed
Prepare release of wxSQLite3 4.4.6
1 parent 73964ee commit c731216

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = wxSQLite3
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 4.4.5
41+
PROJECT_NUMBER = 4.4.6
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

include/wx/wxsqlite3def.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
4747
<dt><b>4.4.6</b> - <i>September 2019</i></dt>
4848
<dd>
49-
Fixed missing cipher application in method wxSQLite3Database::Rekey<br>
49+
Fixed missing cipher application in method wxSQLite3Database::ReKey<br>
5050
5151
</dd>
5252
<dt><b>4.4.5</b> - <i>August 2019</i></dt>

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Currently the following encryption schemes are supported:
4141
## <a name="history"></a>Version history
4242

4343
* 4.4.6 - *September 2019*
44-
- Fixed missing cipher application in method wxSQLite3Database::Rekey
44+
- Fixed missing cipher application in method wxSQLite3Database::ReKey
4545
* 4.4.5 - *August 2019*
4646
- Fixed broken compatibility with wxWidgets 2.8.12
4747
* 4.4.4 - *August 2019*

0 commit comments

Comments
 (0)