Skip to content

Commit 483443c

Browse files
committed
change version to 3.0.0 for first alpha test build
1 parent 37b5e1f commit 483443c

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 1,5,4,0
5-
#define PYSCR_VERSION_STRING "1.5.4.0"
4+
#define PYSCR_VERSION_NUMERIC 3,0,0,0
5+
#define PYSCR_VERSION_STRING "3.0.0.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: 1.5.4.{build}
1+
version: 3.0.0.{build}
22
image: Visual Studio 2017
33

44

@@ -14,7 +14,7 @@ platform:
1414
configuration:
1515
- Release
1616
- Debug
17-
# see http://www.boost.org/doc/libs/1_66_0/libs/python/doc/html/building/python_debugging_builds.html
17+
# see https://www.boost.org/doc/libs/1_72_0/libs/python/doc/html/building/python_debugging_builds.html
1818
# not available by boost nuget package
1919
#- PythonDebug
2020

0 commit comments

Comments
 (0)