Skip to content

Commit

Permalink
version 3.0.19 for alpha tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Sep 8, 2024
1 parent 8d13583 commit 0cb7481
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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,18,0
#define PYSCR_VERSION_STRING "3.0.18.0"
#define PYSCR_VERSION_NUMERIC 3,0,19,0
#define PYSCR_VERSION_STRING "3.0.19.0"

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


Expand All @@ -13,7 +13,7 @@ platform:
configuration:
- Release
- Debug
# see https://www.boost.org/doc/libs/1_85_0/libs/python/doc/html/building/python_debugging_builds.html
# see https://www.boost.org/doc/libs/1_86_0/libs/python/doc/html/building/python_debugging_builds.html
# not available by boost nuget package
#- PythonDebug

Expand Down

0 comments on commit 0cb7481

Please sign in to comment.