Skip to content

Commit

Permalink
version 3.0.21 for alpha tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Jan 4, 2025
1 parent cb29713 commit 03d4eac
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,20,0
#define PYSCR_VERSION_STRING "3.0.20.0"
#define PYSCR_VERSION_NUMERIC 3,0,21,0
#define PYSCR_VERSION_STRING "3.0.21.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.20.{build}
version: 3.0.21.{build}
image: Visual Studio 2022


Expand Down

0 comments on commit 03d4eac

Please sign in to comment.