File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 47
47
# built documents.
48
48
#
49
49
# The short X.Y version.
50
- version = '2.3.1 '
50
+ version = '2.3.2 '
51
51
# The full version, including alpha/beta/rc tags.
52
- release = '2.3.1 '
52
+ release = '2.3.2.dev1 '
53
53
54
54
# Format strings for the version directives
55
55
versionadded_format = 'New in pygame-ce %s'
Original file line number Diff line number Diff line change 16
16
17
17
METADATA = {
18
18
"name" : "pygame-ce" ,
19
- "version" : "2.3.1 " ,
19
+ "version" : "2.3.2.dev1 " ,
20
20
"license" : "LGPL" ,
21
21
"url" : "https://pyga.me" ,
22
22
"author" : "A community project." ,
Original file line number Diff line number Diff line change 57
57
/* version macros (defined since version 1.9.5) */
58
58
#define PG_MAJOR_VERSION 2
59
59
#define PG_MINOR_VERSION 3
60
- #define PG_PATCH_VERSION 1
60
+ #define PG_PATCH_VERSION 2
61
61
#define PG_VERSIONNUM (MAJOR , MINOR , PATCH ) \
62
62
(1000 * (MAJOR) + 100 * (MINOR) + (PATCH))
63
63
#define PG_VERSION_ATLEAST (MAJOR , MINOR , PATCH ) \
You can’t perform that action at this time.
0 commit comments