-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c958530
commit abeffa1
Showing
7 changed files
with
17 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,12 +74,12 @@ edit the :file:`setup.apsw` file inside. | |
|
||
.. downloads-begin | ||
* `apsw-3.45.0.0.zip | ||
<https://github.com/rogerbinns/apsw/releases/download/3.45.0.0/apsw-3.45.0.0.zip>`__ | ||
* `apsw-3.45.1.0.zip | ||
<https://github.com/rogerbinns/apsw/releases/download/3.45.1.0/apsw-3.45.1.0.zip>`__ | ||
(Source, includes this HTML Help) | ||
|
||
* `apsw-3.45.0.0-sigs.zip | ||
<https://github.com/rogerbinns/apsw/releases/download/3.45.0.0/apsw-3.45.0.0-sigs.zip>`__ | ||
* `apsw-3.45.1.0-sigs.zip | ||
<https://github.com/rogerbinns/apsw/releases/download/3.45.1.0/apsw-3.45.1.0-sigs.zip>`__ | ||
GPG signatures for all files | ||
|
||
.. downloads-end | ||
|
@@ -104,7 +104,7 @@ Verify | |
|
||
.. code-block:: console | ||
$ gpg --verify apsw-3.45.0.0.zip.asc | ||
$ gpg --verify apsw-3.45.1.0.zip.asc | ||
gpg: Signature made ... date ... using DSA key ID 0DFBD904 | ||
gpg: Good signature from "Roger Binns <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
#define APSW_VERSION "3.45.0.0" | ||
#define APSW_VERSION "3.45.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
import setup | ||
|
||
sqlitevers = ( | ||
'3450100', | ||
'3450000', | ||
'3440200', | ||
'3440100', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters