Skip to content

Commit 56df4a6

Browse files
committed
Update version to 1.0.1.0
Hopefully the first official v1.0 release
1 parent 929ff46 commit 56df4a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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,0,0,1
5-
#define PYSCR_VERSION_STRING "1.0.0.1"
4+
#define PYSCR_VERSION_NUMERIC 1,0,1,0
5+
#define PYSCR_VERSION_STRING "1.0.1.0"
66

77
#endif

0 commit comments

Comments
 (0)