Skip to content

Commit

Permalink
version 3.0.20 for alpha tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Dec 30, 2024
1 parent dfcfd55 commit 4544d2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PythonScript/src/PythonScriptVersion.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef _PYTHONSCRIPTVERSION_H
#define _PYTHONSCRIPTVERSION_H

#define PYSCR_VERSION_NUMERIC 3,0,19,0
#define PYSCR_VERSION_STRING "3.0.19.0"
#define PYSCR_VERSION_NUMERIC 3,0,20,0
#define PYSCR_VERSION_STRING "3.0.20.0"

#endif
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 3.0.19.{build}
version: 3.0.20.{build}
image: Visual Studio 2022


Expand Down Expand Up @@ -42,6 +42,7 @@ after_build:
- if "%configuration%"=="Release" make.bat html

- cd "%APPVEYOR_BUILD_FOLDER%"\installer
- dir
- set WIX_PATH="C:\Program Files (x86)\WiX Toolset v3.14\bin"
- set PATH=%WIX_PATH%;%PATH%
- if "%platform_input%"=="x64" SET PYTHONBUILDDIR_X64="%APPVEYOR_BUILD_FOLDER%"\packages\python.3.12.8\tools
Expand Down

0 comments on commit 4544d2a

Please sign in to comment.