Skip to content

Commit 0cb7481

Browse files
committed
version 3.0.19 for alpha tests
1 parent 8d13583 commit 0cb7481

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef _PYTHONSCRIPTVERSION_H
22
#define _PYTHONSCRIPTVERSION_H
33

4-
#define PYSCR_VERSION_NUMERIC 3,0,18,0
5-
#define PYSCR_VERSION_STRING "3.0.18.0"
4+
#define PYSCR_VERSION_NUMERIC 3,0,19,0
5+
#define PYSCR_VERSION_STRING "3.0.19.0"
66

77
#endif

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 3.0.18.{build}
1+
version: 3.0.19.{build}
22
image: Visual Studio 2022
33

44

@@ -13,7 +13,7 @@ platform:
1313
configuration:
1414
- Release
1515
- Debug
16-
# see https://www.boost.org/doc/libs/1_85_0/libs/python/doc/html/building/python_debugging_builds.html
16+
# see https://www.boost.org/doc/libs/1_86_0/libs/python/doc/html/building/python_debugging_builds.html
1717
# not available by boost nuget package
1818
#- PythonDebug
1919

0 commit comments

Comments
 (0)