Skip to content

Commit

Permalink
version 3.0.5 for alpha tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Dec 20, 2020
1 parent f86d275 commit 9ae4551
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 3,0,4,0
#define PYSCR_VERSION_STRING "3.0.4.0"
#define PYSCR_VERSION_NUMERIC 3,0,5,0
#define PYSCR_VERSION_STRING "3.0.5.0"

#endif
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 3.0.4.{build}
version: 3.0.5.{build}
image: Visual Studio 2017


Expand Down

0 comments on commit 9ae4551

Please sign in to comment.