Skip to content

Commit

Permalink
bump version to 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Sep 27, 2019
1 parent a049f3c commit ffd40ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: 0.29.1.{build}
version: 0.30.0.{build}
image: Visual Studio 2017


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

platform:
Expand All @@ -23,6 +23,7 @@ install:
- if "%platform%"=="Win32" set archi=x86
- if "%platform%"=="Win32" set platform_input=Win32

- 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%
Expand All @@ -36,6 +37,7 @@ before_build:
Write-Output "Platform: $env:PLATFORM_INPUT"
$generator = switch ($env:PLATFORMTOOLSET)
{
"v142" {"Visual Studio 16 2019"}
"v141_xp" {"Visual Studio 15 2017"}
"v140_xp" {"Visual Studio 14 2015"}
"v120_xp" {"Visual Studio 12 2013"}
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.1 Unicode"
#define IDT_VERSION_NUM 0,29,1,0
#define IDT_VERSION_TEXT "0.30.0 Unicode"
#define IDT_VERSION_NUM 0,30,0,0

0 comments on commit ffd40ae

Please sign in to comment.