Skip to content

Commit

Permalink
change version to 3.0.0 for first alpha test build
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed May 3, 2020
1 parent 37b5e1f commit 483443c
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 1,5,4,0
#define PYSCR_VERSION_STRING "1.5.4.0"
#define PYSCR_VERSION_NUMERIC 3,0,0,0
#define PYSCR_VERSION_STRING "3.0.0.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: 1.5.4.{build}
version: 3.0.0.{build}
image: Visual Studio 2017


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

Expand Down

0 comments on commit 483443c

Please sign in to comment.