Skip to content

Commit

Permalink
Prepare release of version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
utelle committed Dec 29, 2020
1 parent eeecaaa commit 22b6b04
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ dist: xenial

jobs:
include:
- dist: xenial
compiler: gcc
env: WXGTK_PACKAGE=libwxgtk3.0-dev
# - dist: xenial
# compiler: gcc
# env: WXGTK_PACKAGE=libwxgtk3.0-dev
- dist: xenial
compiler: gcc
env: WXGTK_PACKAGE=libwxgtk3.0-dev
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dnl Copyright (C) 2019-2020 Ulrich Telle <ulrich@telle-online.de>
dnl
dnl This file is covered by the same licence as the entire SQLite3 Multiple Ciphers package.

AC_INIT([sqlite3mc], [1.1.2], [ulrich@telle-online.de])
AC_INIT([sqlite3mc], [1.1.3], [ulrich@telle-online.de])

dnl This is the version tested with, might work with earlier ones.
AC_PREREQ([2.69])
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ The code was mainly developed under Windows, but was tested under Linux as well.

## Version history

* 1.1.3 - *December 2020*
- Added code for AES hardware support on ARM platforms
- Added GitHub Actions for CI
* 1.1.2 - *December 2020*
- Fixed a bug on cipher configuration via PRAGMA commands or URI parameters
- Added SQLite3 Multple Ciphers version info to shell application
Expand Down
4 changes: 2 additions & 2 deletions src/sqlite3mc_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

#define SQLITE3MC_VERSION_MAJOR 1
#define SQLITE3MC_VERSION_MINOR 1
#define SQLITE3MC_VERSION_RELEASE 2
#define SQLITE3MC_VERSION_RELEASE 3
#define SQLITE3MC_VERSION_SUBRELEASE 0
#define SQLITE3MC_VERSION_STRING "SQLite3 Multiple Ciphers 1.1.2"
#define SQLITE3MC_VERSION_STRING "SQLite3 Multiple Ciphers 1.1.3"

#endif /* SQLITE3MC_VERSION_H_ */

0 comments on commit 22b6b04

Please sign in to comment.