Skip to content

Commit 5d22aef

Browse files
committed
version 3.0.14 for alpha tests
1 parent 6ba0f5f commit 5d22aef

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,13,0
5-
#define PYSCR_VERSION_STRING "3.0.13.0"
4+
#define PYSCR_VERSION_NUMERIC 3,0,14,0
5+
#define PYSCR_VERSION_STRING "3.0.14.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.13.{build}
1+
version: 3.0.14.{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_78_0/libs/python/doc/html/building/python_debugging_builds.html
16+
# see https://www.boost.org/doc/libs/1_79_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)