File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
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.6.0 '
50
+ version = '2.6.1 '
51
51
# The full version, including alpha/beta/rc tags.
52
- release = '2.6.0 '
52
+ release = '2.6.1.dev1 '
53
53
54
54
# Format strings for the version directives
55
55
versionadded_format = 'New in pygame %s'
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.6.0 '
50
+ version = '2.6.1 '
51
51
# The full version, including alpha/beta/rc tags.
52
- release = '2.6.0 '
52
+ release = '2.6.1.dev1 '
53
53
54
54
# Format strings for the version directives
55
55
versionadded_format = 'New in pygame %s'
Original file line number Diff line number Diff line change 20
20
21
21
METADATA = {
22
22
"name" : "pygame" ,
23
- "version" : "2.6.0 " ,
23
+ "version" : "2.6.1.dev1 " ,
24
24
"license" : "LGPL" ,
25
25
"url" : "https://www.pygame.org" ,
26
26
"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 6
60
- #define PG_PATCH_VERSION 0
60
+ #define PG_PATCH_VERSION 1
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