Skip to content

Commit

Permalink
bump version to 0.30.8
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Sep 23, 2020
1 parent fe774c4 commit bada009
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
9 changes: 1 addition & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
version: 0.30.7.{build}
version: 0.30.8.{build}
image: Visual Studio 2017


environment:
matrix:
#- PlatformToolset: v142
- PlatformToolset: v141_xp
#- PlatformToolset: v140_xp
#- PlatformToolset: v120_xp

platform:
- x64
Expand All @@ -26,11 +24,6 @@ install:

- if "%PlatformToolset%"=="v142" call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" %archi%
- if "%PlatformToolset%"=="v141_xp" call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" %archi%
- if "%PlatformToolset%"=="v140_xp" call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %archi%
- if "%PlatformToolset%"=="v120_xp" call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" %archi%

build:
verbosity: minimal

before_build:
- ps: |
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.30.7 Unicode"
#define IDT_VERSION_NUM 0,30,7,0
#define IDT_VERSION_TEXT "0.30.8 Unicode"
#define IDT_VERSION_NUM 0,30,8,0

0 comments on commit bada009

Please sign in to comment.