Skip to content

Commit

Permalink
version 3.0.14 for alpha tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Apr 30, 2022
1 parent 6ba0f5f commit 5d22aef
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
@@ -1,7 +1,7 @@
#ifndef _PYTHONSCRIPTVERSION_H
#define _PYTHONSCRIPTVERSION_H

#define PYSCR_VERSION_NUMERIC 3,0,13,0
#define PYSCR_VERSION_STRING "3.0.13.0"
#define PYSCR_VERSION_NUMERIC 3,0,14,0
#define PYSCR_VERSION_STRING "3.0.14.0"

#endif
4 changes: 2 additions & 2 deletions appveyor.yml
@@ -1,4 +1,4 @@
version: 3.0.13.{build}
version: 3.0.14.{build}
image: Visual Studio 2022


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

Expand Down

0 comments on commit 5d22aef

Please sign in to comment.