Skip to content

Commit

Permalink
bump version to 0.29.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Apr 10, 2020
1 parent 9f8c5b9 commit 85cfde9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
version: 0.29.5.{build}
version: 0.29.6.{build}
image: Visual Studio 2017


environment:
matrix:
#- PlatformToolset: v142
- PlatformToolset: v141_xp
#- PlatformToolset: v140_xp
#- PlatformToolset: v120_xp
Expand Down
2 changes: 1 addition & 1 deletion build_3rdparty.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
DEPENDENT_LIBS = {
'openssl': {
'order' : 1,
'url' : 'https://www.openssl.org/source/openssl-1.0.2u.tar.gz',
'url' : 'https://www.openssl.org/source/old/1.0.2/openssl-1.0.2u.tar.gz',
'sha1' : '740916d79ab0d209d2775277b1c6c3ec2f6502b2',
'target': {
'mingw-w64': {
Expand Down
4 changes: 2 additions & 2 deletions src/Windows/symbols.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define IDT_VERSION_TEXT "0.29.5 Unicode"
#define IDT_VERSION_NUM 0,29,5,0
#define IDT_VERSION_TEXT "0.29.6 Unicode"
#define IDT_VERSION_NUM 0,29,6,0

0 comments on commit 85cfde9

Please sign in to comment.